summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Remove the Fruit struct.HEADmainRose Hogenson1-22/+11
2024-01-19Use i8 for position instead of u16.Rose Hogenson1-7/+7
2024-01-19Read directly in the main game loop.Rose Hogenson1-42/+23
2024-01-19Use libc rand instead of rolling my own.Rose Hogenson1-29/+18
2024-01-15Clean up and simplify the code.Rose Hogenson1-62/+192
2024-01-14Write a simple snake game.Rose Hogenson1-0/+216