|
|
@@ -0,0 +1,22 @@
|
|
|
+# flipper-scorched-tanks-game
|
|
|
+A flipper zero game inspired by scorched earth.
|
|
|
+
|
|
|
+## How to do:
|
|
|
+Do not hesitate to create PRs. If you start working on sth, please start branch name with TODO id (e.g. "feature/2-change-tank-icon")
|
|
|
+
|
|
|
+If you see an improvement, modify this readme and add suggestions via PR. Bugs can be reported via Issues
|
|
|
+
|
|
|
+## What to do next:
|
|
|
+1. remove movement
|
|
|
+2. change tank icon
|
|
|
+3. power as variable not constant
|
|
|
+4. better map generation: high, low regions
|
|
|
+5. flat surface beneath tanks
|
|
|
+6. collision with the enemy
|
|
|
+7. local multi-player
|
|
|
+8. sub-ghz multi-player
|
|
|
+9. improve projectile trace draw on angles > 80
|
|
|
+10. add other types of weapons
|
|
|
+11. code AI
|
|
|
+12. add terain destruction
|
|
|
+13. add terain gravity (fall down after hitting the middle of the mountain)
|