diff options
-rw-r--r-- | HACKING.md | 7 | ||||
-rw-r--r-- | README.md | 8 |
2 files changed, 14 insertions, 1 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`. diff --git a/README.md b/README.md index 66389e2..159aa7f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # HexArt -An hex-based paletted image ~~editor~~ creator. +Yet another image editor. + +## Features + +HexArt is a paletted image editor. + +## Usage Keys: |