Snake game in c with no dependencies (except for the standard library)
 
 
 
Go to file
Nakidai 9c54a483bd Remove some warnings 2023-11-25 00:11:34 +03:00
include Remove some warnings 2023-11-25 00:11:34 +03:00
src Remove some warnings 2023-11-25 00:11:34 +03:00
.gitignore Fix allocation bug and some other 2023-11-24 22:14:53 +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
README.md Add README 2023-11-07 04:49:55 +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

README.md

csnake

Snakegame written in C.

Controls

  • WASD - movement
  • P - Pause