about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2019-05-20 00:00:17 +0200
committersternenseemann <git@lukasepple.de>2019-05-20 00:06:15 +0200
commit2ab0258ca291c92e4fd480c81ba9d0a279d4a747 (patch)
treeed490ddbf63669f0251cc40dd1bbc2a5294d1558
parentcd2f11de51547c20b9819db350a94f4040e7896b (diff)
add new ideas to roadmap
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index d20d5ca..57adba1 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,10 @@ the most realistic asteroids-like game in existence.
 - [x] simulation of gravity
 - [x] controllable spaceship
 - [ ] collision detection
+- [ ] make measurements more realistic
+- [ ] allow for zooming the viewport
 - [ ] time scaling / fast forward
-- [ ] rework HUD
+- [ ] rework HUD, log additional info to console
 - [ ] cosmetics (improved models, stars, …)
 - [ ] projectiles & targets
 - [ ] multi player support (?)