Commit Graph

6 Commits

Author SHA1 Message Date
Uttarayan Mondal eeaa8a2675 Add unicode snake printing
Removed a lot of unused and commented code
2021-01-24 03:12:13 +05:30
Uttarayan Mondal c2eff08c9f Added way to print the snake with ascii extended
But ncurses doesn't seem to support ascii extended
so it looks bizzare
2021-01-20 20:52:17 +05:30
Uttarayan Mondal d32f293c99 Fixed food spawning and snake collision
Fixed the food spawning in the walls
Fixed the snake not colliding with itself
Added speed control to the snake
Exit if the ncurses window is too small
2021-01-19 02:49:10 +05:30
Uttarayan Mondal cad605c458 Update README.md 2021-01-18 05:12:07 +05:30
Uttarayan Mondal 2cf1d355f9 Add food spawning 2021-01-06 21:54:30 +05:30
Uttarayan Mondal 4cc7dbce92 Initial commit I think
Initial commit with just menu and sort of pause menu only
2021-01-05 03:40:51 +05:30