Create README.md

This commit is contained in:
Dangrain 2025-03-16 23:08:30 +01:00 committed by GitHub
parent 88331f7686
commit f050e36a3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
README.md Normal file
View file

@ -0,0 +1,6 @@
A 2D hacking game written in Lua for Love2D. Made specifically as a way to kind of patch the unholy voodoo that was my Gunpoint knockoff.
I noticed that with Grainpoint, my code was written In such a way that any form of expansion was made 20 times more complex than It needed to be due to me writing my code very sparatically and messily.
This Is the opposite of that.
I'm avoiding needless lines when the needed data can be placed within a table (look at the player table)
And generally writing the code more cleanly, readably and to be generally more easily expandable.