Create README.md

This commit is contained in:
Dangrain 2024-09-27 22:56:06 +02:00 committed by GitHub
parent e3e780ae2c
commit 7ee964105e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
README.md Normal file
View file

@ -0,0 +1,9 @@
Remember Gunpoint?
Tom Francis' game about punching people, jumping and rewiring buildings?
Well, I wanted to make my own. My first programming language was lua, so I decided to work In Love2D to make a bad knock off Gunpoint, and 8Bit, and *bad*.
I am "happy" with It so far, but I want to expand It further, the current version is heavy WIP.
For now the game includes: Walking, with animation, pouncing (jumping I guess, there's no one to pounce on yet), and "collisions" (for now It just detects something touching something, actual collisions are coming soon, I promise.)