summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSchark <jordan@schark.online>2023-11-16 12:15:33 -0800
committerSchark <jordan@schark.online>2023-11-16 12:15:33 -0800
commit919e6e5ae22404e2c68a9ebd2cdbd05a44f3a362 (patch)
treea45df0b20227fe96c647dc5b2e9cb7b68449a55b /README.md
parentbf04fc602e53b250b3838579c1294f8573270a3b (diff)
downloadgamedev-919e6e5ae22404e2c68a9ebd2cdbd05a44f3a362.tar.gz
gamedev-919e6e5ae22404e2c68a9ebd2cdbd05a44f3a362.zip
Testing repo refresh
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..84a96cc
--- /dev/null
+++ b/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)