curssses

Snake game for the linux terminal.
git clone git://git.amin.space/curssses.git
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2019-06-28 22:31License under MIT licenseamin1+21-0
2016-12-07 19:52Add edible food that makes the snake grow.amin1+35-5
2016-12-07 18:48Reorder debug output. Capitalize struct names.amin1+35-37
2016-12-07 01:46Decouple framerate from sim rate and CPU speed.amin1+61-9
2016-12-02 21:05Make debug info toggleable with 'i' key.amin1+20-8
2016-12-02 07:48Implement snake as linked list.amin1+124-51
2016-12-01 05:13Add snake-like drifting movement; screen wrapping.amin1+76-27
2016-12-01 00:06Initial commit. Move '@' around.amin3+85-0