summary refs log tree commit diff stats
path: root/HACKING.md
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2020-06-13 20:09:18 -0300
committerSoniEx2 <endermoneymod@gmail.com>2020-06-13 20:09:18 -0300
commitd36923df9778cccef8d8be0e64dca08f1c93874e (patch)
treeb1dbfce3596bf2b9e4850f0b6c7f79195f740304 /HACKING.md
parent2a32cde49e2723b7047c8ed908a009f9f881422c (diff)
Update docs
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/HACKING.md b/HACKING.md
new file mode 100644
index 0000000..c7a92c2
--- /dev/null
+++ b/HACKING.md
@@ -0,0 +1,7 @@
+# Hacking HexArt
+
+This material guides you through hacking HexArt. It also serves as a high-level overview of the project.
+
+## Project Structure
+
+HexArt is built on LOVE2D. Currently everything is in `main.lua`.