csnake/README.md

20 lines
370 B
Markdown
Raw Normal View History

2023-11-07 04:49:55 +03:00
# csnake
Snakegame written in C.
2023-11-25 00:52:02 +03:00
Controls
2023-11-07 04:49:55 +03:00
--
- WASD - movement
- P - Pause
2023-11-25 00:52:02 +03:00
Supported platforms
--
Was tested on:
- FreeBSD 13.2
- Windows 11 (MSVC)
2023-11-25 00:52:02 +03:00
- 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