forked from nakidai/csnake
1
0
Fork 0
CMAAAKE
 
 
Go to file
Nakidai 4b208ab1c4 Move some functions
- Remove platform.c, instead use inlines
- Some small functions in screen.c are now inline too
- Make functions in sleep.c and input.c not specified in header static
2023-11-30 17:52:46 +03:00
include Move some functions 2023-11-30 17:52:46 +03:00
src Move some functions 2023-11-30 17:52:46 +03:00
.gitignore Add csnake to gitignore 2023-11-25 00:53:51 +03:00
CMakeLists.txt Move some functions 2023-11-30 17:52:46 +03:00
LICENSE Edit year of license ._. 2023-11-25 01:29:19 +03:00
Makefile Move some functions 2023-11-30 17:52:46 +03:00
README.md Prepare for release 2023-11-25 00:52:02 +03:00
configure Change way to handle arguments in configure 2023-11-25 20:27:09 +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 MinGW and 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