Snake game in c with no dependencies (except for the standard library)
 
 
 
Go to file
Nakidai ad871be017
Some work with templates
- Now configure script also reads templates (files which end by .in)
  - So added template for config.mk
- Moved templates to templates/ folder
2024-03-07 00:27:37 +03:00
include Some work with templates 2024-03-07 00:27:37 +03:00
src Completely fix #3 2024-03-07 00:16:19 +03:00
templates Some work with templates 2024-03-07 00:27:37 +03:00
.gitignore Add csnake to gitignore 2023-11-25 00:53:51 +03:00
CMakeLists.txt Some work with templates 2024-03-07 00:27:37 +03:00
LICENSE Edit year of license ._. 2023-11-25 01:29:19 +03:00
Makefile Probably fix #3 2024-03-07 00:16:18 +03:00
README.md Remove MinGW, because it can't compile project now 2024-02-23 17:53:07 +03:00
configure Some work with templates 2024-03-07 00:27:37 +03:00

README.md

csnake

Snakegame written in C.

Controls

  • WASD - movement
  • P - Pause

Supported platforms

Was tested on:

  • FreeBSD 13.2
  • Windows 11 (MSVC)
  • Linux 6.5.8 (glibc 2.38-7)

Building

  • On *nix-like systems you can use GNU Make with configure script providing arguments through environment variables or CMake
  • On Windows you can use CMake