Skip to content

Commit 61a1714

Browse files
committed
docs: update todo and feature list
1 parent d098dfb commit 61a1714

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
5. Run the app
1313
- `cargo run`
1414

15-
## Features
15+
## Todo and feature list
1616
- [x] User interface
17-
- [x] Realistic kinematic player movement
18-
- [ ] Using "collide and slide" algorithm: https://www.peroxide.dk/papers/collision/collision.pdf
17+
- [ ] Player movement
18+
- [x] Basic movement
19+
- [ ] Write a proper kinematic character controller from scratch because i dont want to just copy some code
20+
- this is harder than i thought... even all the examples out there have some issues
1921
- [X] Game modes
2022
- [x] Wave mode (the game gets more difficult each round, e.g. more enemies are spawned)
2123
- [ ] Capture the flag

0 commit comments

Comments
 (0)