summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Hunt <loganthebean222@gmail.com>2020-08-15 16:17:48 -0600
committerGitHub <noreply@github.com>2020-08-15 16:17:48 -0600
commit4da67e54b087caea1f704c30387977788f67380d (patch)
tree96729324b687eb01240a0911785aa1a530632af1
parentee3af6b1f0e2ce6b8f27f7f4e33703cca6aaa876 (diff)
downloadgeometry-dash-gba-4da67e54b087caea1f704c30387977788f67380d.tar.gz
geometry-dash-gba-4da67e54b087caea1f704c30387977788f67380d.zip
Create README.md
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..51f159d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# Geometry-Dash-GBA
+A buggy game of geometry dash on the Game Boy Advance
+
+This project is my first attempt at making something on the GBA that uses tiles and sprites and such. Many headaches were suffered during the making of this project :)
+
+## Setting up environment
+
+Follow [these instructions](https://devkitpro.org/wiki/devkitPro_pacman) to get DKP set up
+
+Install ```gba-dev``` by running ```sudo dkp-pacman -S gba-dev```
+
+## Running
+
+Then, just ```make``` in the master directory, and run the game with your favorite GBA emulator!
+
+Here's a gif of it running on original hardware:
+
+![Demo](https://s7.gifyu.com/images/5f385e7c0590f450705659.md.gif)