Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 785 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 785 Bytes

Dodger

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.

About Dodger

  • 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.

Controls

  • Arrow keys move the caracther
  • Esc quit the game

Todo

  • Score
  • Level progression
  • Title Screen
  • Leaderboard
  • Pause