summaryrefslogtreecommitdiff
path: root/height-map-display/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'height-map-display/README.md')
-rw-r--r--height-map-display/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/height-map-display/README.md b/height-map-display/README.md
new file mode 100644
index 0000000..84a96cc
--- /dev/null
+++ b/height-map-display/README.md
@@ -0,0 +1,15 @@
+Current Todo:
+ - Actually update README
+ - Adjustable window size*
+ * Currently fullscreen, add options later
+ - Create bounds so player cannot enter undefined areas (outer walls, inner structures)
+ - Experiment with warp-wrapping, just for fun :)
+ - Move FPS counter from window title to rendered in-game (low priority)
+ - Eventually clean code (move appropriate code to different files, headers)
+ - Level editor
+
+Requirements:
+ - OpenGL
+ - GLFW
+ - GLEW
+ - Freetype (not being used as of right now)