globox

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

DateCommit messageAuthorFiles+-
2019-07-22 08:44Use read(2) instead of getchar().Claudio Alessi1+12-3
2019-01-27 10:47Switch to 2019Claudio Alessi2+1-3
2018-06-26 19:13Remove an item from TODO. Actually it's not possible to keep energy between levels with the current implementation. Elements on the map are identified as Objects thus different Blocks may belong to the same Object preventing to keep states on a per-block basis.Claudio Alessi1+0-1
2018-06-26 18:12Make zombies trying to avoid cannon balls. Also fix an out-of-map issue on level 5.Claudio Alessi2+13-3
2018-06-21 20:57Fix a typoClaudio Alessi1+1-1
2018-06-21 20:55Implements z-indexClaudio Alessi2+19-18
2018-06-21 20:35Rewrite cannonball() and few other improvements.Claudio Alessi4+33-42
2018-06-20 19:22Add zombies in the arena.Claudio Alessi1+5-5
2018-06-20 18:06Fix a bug in checkgame() about the OF_AI flag.Claudio Alessi1+3-2
2018-06-19 20:25Handle zombie collision and fix missing OF_AI in checkgame()Claudio Alessi1+14-5
2018-06-19 20:16Add OF_AI flag to ignore zombie()s on finish()Claudio Alessi2+16-15
2018-06-19 20:03Add a zombie to level 5Claudio Alessi3+41-22
2018-06-19 18:47Add an annoying cannon.Claudio Alessi1+1-1
2018-06-19 18:35Add level 5Claudio Alessi2+31-0
2018-06-19 18:14Improve the levels a bit.Claudio Alessi1+7-7
2018-03-09 21:08Switch to 2018.Claudio Alessi1+1-1
2017-07-15 20:05Use cfmakeraw() to setup the terminal.Claudio Alessi1+4-3
2017-07-07 18:03Get rid of all wchar crap.Claudio Alessi3+100-114
2017-07-05 20:47Code cleanups.Claudio Alessi1+5-6
2017-07-05 18:25Use fgetwc() in place of getchar().Claudio Alessi1+8-8
2017-07-01 14:49Ensure CTRL() exists.Claudio Alessi1+10-1
2017-06-27 22:34Remove a repetition.Claudio Alessi1+1-1
2017-06-25 15:54Write a brief readme.Claudio Alessi1+18-3
2017-06-25 15:44hello globoxClaudio Alessi9+1019-0