From be581bbe70b2c4d0b51c193c9debef2c4200da92 Mon Sep 17 00:00:00 2001 From: Arne van Iterson Date: Thu, 19 Dec 2019 21:04:01 +0100 Subject: [PATCH] Updated readme --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0278d51..6f4cf7e 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,9 @@ ## Spacemania TI-84 CE Edition ### Now almost working! -Will post a release later, for now, you can compile it for yourself with the tools from [CE-Programming](https://github.com/CE-Programming/) +This being my first project programming in C I, quite frankly, have no clue what I'm doing. At this point, the program works fine and technically the game is playable. Enemy's die if you hit them and you die if they hit you, however, the game is extremely slow and I don't know how to fix it. I have decided to continue working on something which runs on more capable hardware and which is in a language I already know. Maybe I'll come back to this later, maybe I wont, you'll have to see. + +Feel free to improve the code if you know how. + +You can compile it for yourself with the tools from [CE-Programming](https://github.com/CE-Programming/)