Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 751 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 751 Bytes

The way to make games

It is very interesting but quite difficult to make games. All you can do is moving step by step, from easy to hard. Do not underestimate simple games: they can make you think for a while especially if you are too perfectionist. Just try to concentrate on the core logics rather than unusable optimizations. Also I recommend to use full-fledged environment like Godot rather than separate libraries or frameworks.

Here I made the list of games that everyone can try to make.

  1. Tic-tac-toe (TicTacToe).
  2. Bulls and cows (Bulls and cows).
  3. Slot machine.
  4. Miner.
  5. Sea war.
  6. Snake.
  7. Platformer.
  8. Racing.
  9. Top-down shooter.
  10. First-person shooter.
  11. Role-playing game.
  12. ...