globox

Platform game for the terminal
git clone git://git.bitsmanent.org/globox
Log | Files | Refs | README | LICENSE

commit bfb8694f1427c9ae7a61eeb4603838dcb9de65ef
parent 6a32bca017c1a06c3af9e394207e028e2d43c06b
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Sun, 25 Jun 2017 17:54:00 +0200

Write a brief readme.

Diffstat:
MREADME.md | 21++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,3 +1,18 @@ -globox - bla bla -================ -globox is... +Hello +===== +globox is a platform game for the terminal. It features an ASCII based +interface which don't rely on any external library so it should work out of the +box on any VT100 compatible terminal. + +Status +====== +The code is working, I'm using it for a while and didn't notice any issue. +Levels are just there to test features so a level set has yet to be built. + +Name +==== +I choose globox as a working name to start development. Actually I didn't find +anything better yet. It may change though, before the 0.1 is out. +For the curious, Globox is the best friend of Rayman. + +Feel free to send a pull request.