Snake game in c with no dependencies (except for the standard library)
 
 
 
Go to file
Nakidai 8e8a1c5abd Add config.h and config.mk to .gitignore 2023-11-25 00:17:55 +03:00
include Add config.h and config.mk to .gitignore 2023-11-25 00:17:55 +03:00
src Remove some warnings 2023-11-25 00:11:34 +03:00
.gitignore Add config.h and config.mk to .gitignore 2023-11-25 00:17:55 +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
configure Some changes 2023-10-30 15:50:54 +03:00

README.md

csnake

Snakegame written in C.

Controls

  • WASD - movement
  • P - Pause