add tests to gameplan
This commit is contained in:
parent
cc01c77c66
commit
c0957683c8
1 changed files with 2 additions and 1 deletions
3
TODO.org
3
TODO.org
|
@ -4,13 +4,14 @@
|
||||||
A flappy bird clone to get experience with Common Lisp and game development.
|
A flappy bird clone to get experience with Common Lisp and game development.
|
||||||
|
|
||||||
|
|
||||||
* Game Plan [6/14]
|
* Game Plan [7/15]
|
||||||
- [X] Create bird, well, ball
|
- [X] Create bird, well, ball
|
||||||
- [X] Add physics for ball movement
|
- [X] Add physics for ball movement
|
||||||
- [X] Add inputs on key and mouse clicks
|
- [X] Add inputs on key and mouse clicks
|
||||||
- [X] Add pipes
|
- [X] Add pipes
|
||||||
- [X] Scroll pipes
|
- [X] Scroll pipes
|
||||||
- [X] Detect collisions
|
- [X] Detect collisions
|
||||||
|
- [X] Add regression tests
|
||||||
- [ ] Add background
|
- [ ] Add background
|
||||||
- [ ] Create random pipes
|
- [ ] Create random pipes
|
||||||
- [ ] Add goal after last pipe
|
- [ ] Add goal after last pipe
|
||||||
|
|
Loading…
Reference in a new issue