Snake game in c with no dependencies (except for the standard library)
 
 
 
Go to file
Nakidai 98089c4351
Add pause key
Also moved render with sleep to start of loop, so you can see first
frame.
2023-11-01 19:29:12 +03:00
include cmake, config, rand, srand 2023-10-31 06:07:03 +03:00
src Add pause key 2023-11-01 19:29:12 +03:00
.gitignore Some changes 2023-10-30 15:50:54 +03:00
CMakeLists.txt cmake, config, rand, srand 2023-10-31 06:07:03 +03:00
Makefile Some changes 2023-10-30 15:50:54 +03:00
config.mk Some changes 2023-10-30 15:50:54 +03:00
configure Some changes 2023-10-30 15:50:54 +03:00