Link to my game: Terminal Hacker
Develop a game is quite challenging and fun at once for me, it needs a lot of creativity and a bunch of logic to make people are challenged playing our game. This project is mainly purpose for learning C# basic scripting and logic in Unity, not the design and graphic.
This game have 3 main screen to the gameplay:
- Main Menu Screen
- Decoder Screen
- Finish Screen
The main idea of gameplay is ez, we just need to guess the anagram provided in the game based on the level difficulty you choose. There are 3 level in this game:
- The Wanderer (easy)
- The Alchemist (medium) 3, The Black Witch (hard)
Each level has different difficult, it determined by the length of the words provided in the game.

This is the Main Menu Screen. User can select which level they want through this screen


