summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* add interrupt handler (#2) HEAD mainArne2024-11-241-0/+21
|
* set/restore terminal options in code (#1)Arne2024-11-234-2/+54
|
* clean up code a bitChristian Krinitsin2024-11-211-10/+6
|
* add game over, and start/pause/gameover screen with textChristian Krinitsin2024-11-214-8/+194
|
* make snake longer when eating fruitChristian Krinitsin2024-11-211-8/+51
|
* add fruit, which respawns when touched and snake with length 2Christian Krinitsin2024-11-214-52/+133
|
* move into src/ and provide shell files to set the right input propertiesChristian Krinitsin2024-11-217-5/+52
|
* hide cursor in gameChristian Krinitsin2024-11-203-1/+34
|
* add inputChristian Krinitsin2024-11-203-23/+81
|
* make game loop: head is moving to the rightChristian Krinitsin2024-11-202-40/+91
|
* split into multiple files, .o files in build/Christian Krinitsin2024-11-205-77/+180
|
* add gitignoreChristian Krinitsin2024-11-203-0/+2
|
* init commit and draw border for the gameChristian Krinitsin2024-11-204-0/+105