#+TITLE: Flappy Ball * Flappy Ball A flappy bird clone to get experience with Common Lisp and game development. * Game Plan [8/15] - [X] Create bird, well, ball - [X] Add physics for ball movement - [X] Add inputs on key and mouse clicks - [X] Add pipes - [X] Scroll pipes - [X] Detect collisions - [X] Add regression tests - [X] Add background - [ ] Create random pipes - [ ] Add goal after last pipe - [ ] Create state machine to manage start/play/finish - [ ] Create different levels - [ ] Add scores - [ ] Add high scores - [ ] Package for Mac/Linux/(Windows?)