I wanted to start praticing to code games, but I was having problems having ideias for simples games, so I found this article online "I Need Practice Programming": 49 Ideas for Game Clones to Code and then I started coding Dodger with C# and Monogame.
- Several bad guys fall from the top of the screen, and the user must avoid them. The player can be controlled with the arrow keys or more directly with the mouse. The longer the player lasts without being hit, the higher the score.
- Arrow keys move the caracther
- Esc quit the game
- Score
- Level progression
- Title Screen
- Leaderboard
- Pause