forked from nakidai/csnake
1
0
Fork 0
CMAAAKE
 
 
Go to file
Nakidai cd0649a375
Return MinGW to tested
2024-03-07 00:33:17 +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 Move config.mk to include/ 2024-03-07 00:31:36 +03:00
CMakeLists.txt Some work with templates 2024-03-07 00:27:37 +03:00
LICENSE It's 2024 2024-03-07 00:32:37 +03:00
Makefile Move config.mk to include/ 2024-03-07 00:31:36 +03:00
README.md Return MinGW to tested 2024-03-07 00:33:17 +03:00
configure Move config.mk to include/ 2024-03-07 00:31:36 +03:00

README.md

csnake

Snakegame written in C.

Controls

  • WASD - movement
  • P - Pause

Supported platforms

Was tested on:

  • FreeBSD 13.2
  • Windows 11 (both MSVC and MinGW)
  • 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