- Open
Program.cs
file (or copy & paste its content) in a new project using Visual Studio IDE
- Add difficulty levels
- Compute a score depending on the secret word length
- Choose from many dictionary files (words in the demo are all fruits names)
- Add timer
- Save best records in a file (user name should be also saved)
- Add some options like starting a new game, revealing the secret word, etc.
- Create a personal fork of the project.
- Apply your modifications on the forked project.
- From your fork, open a pull request.
- Once the pull request is approved and merged, you can pull the changes
- Download all the bin folder content (you can place it under any desired folder)
- Launch
GuessTheWord.exe
- That's all ! Enjoy playing the game 🎮
ℹ️ Words in the demo are all fruits names
🍇 🍈 🍉 🍊 🍋 🍌 🍍 🥭 🍎 🍐 🍏 🍑 🍒 🍓 🥝 🥥
- Microsoft .NETCore version "3.1.0"