From 7ee964105e7f980060e65c56e7905eec59d942e5 Mon Sep 17 00:00:00 2001 From: Dangrain Date: Fri, 27 Sep 2024 22:56:06 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5da2b78 --- /dev/null +++ b/README.md @@ -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.) + +