We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d098dfb commit 61a1714Copy full SHA for 61a1714
README.md
@@ -12,10 +12,12 @@
12
5. Run the app
13
- `cargo run`
14
15
-## Features
+## Todo and feature list
16
- [x] User interface
17
-- [x] Realistic kinematic player movement
18
- - [ ] Using "collide and slide" algorithm: https://www.peroxide.dk/papers/collision/collision.pdf
+- [ ] Player movement
+ - [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
21
- [X] Game modes
22
- [x] Wave mode (the game gets more difficult each round, e.g. more enemies are spawned)
23
- [ ] Capture the flag
0 commit comments