summaryrefslogtreecommitdiff
path: root/snake.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-31added wrappingHEADmasterDaniel Jones1-88/+30
2019-03-10initialise scoreDaniel Jones1-0/+1
2018-06-06added licencedaniel-Jones1-12/+14
2018-04-11started changing npc logicdaniel-Jones1-2/+63
2018-04-03removed uneeded free()'sdaniel-Jones1-3/+1
2018-04-02removed exit free()ingdaniel-Jones1-10/+1
2018-04-02Added checking to x directions as well to prevent colliding with selfdaniel-Jones1-3/+7
2018-04-02added check to prevent changing direction into yourselfdaniel-Jones1-2/+6
2018-03-31first code uploaddaniel-Jones1-0/+329