flappy-ball/TODO.org
2024-04-28 15:11:20 +02:00

574 B

Flappy Ball

Flappy Ball

A flappy bird clone to get experience with Common Lisp and game development.

Game Plan [10/15]

  • Create bird, well, ball
  • Add physics for ball movement
  • Add inputs on key and mouse clicks
  • Add pipes
  • Scroll pipes
  • Detect collisions
  • Add regression tests
  • Add background
  • Create random pipes
  • Add goal after last pipe
  • Create state machine to manage start/play/finish
  • Add scores
  • Add high scores
  • Package for Mac/Linux/(Windows?)
  • Create different levels