https://github.com/bontail/snakeletix
2D game
https://github.com/bontail/snakeletix
2d-game c game sdl sdl-ttf sdl2 sdl2-image sdl2-mixer sdl2-ttf snake snake-game
Last synced: 2 months ago
JSON representation
2D game
- Host: GitHub
- URL: https://github.com/bontail/snakeletix
- Owner: bontail
- License: mit
- Created: 2024-07-25T16:42:43.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-25T17:05:07.000Z (10 months ago)
- Last Synced: 2025-01-07T07:13:06.819Z (4 months ago)
- Topics: 2d-game, c, game, sdl, sdl-ttf, sdl2, sdl2-image, sdl2-mixer, sdl2-ttf, snake, snake-game
- Language: C
- Homepage:
- Size: 18.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Snakeletix
#### 2D game (*like a typical snake*) written in C language with SDL2

### Git
```shell
git clone https://github.com/bontail/Snakeletix.git
```### Run
To run the game, you will need to have SDL2, SDL_image, SDL_mixer, SDL_net, and SDL_ttf libraries installed on your system.
You can install these libraries using your system's package manager or by downloading them from their respective websites.
Also required Cmake.```shell
mkdir build && cd build
cmake .. && cmake --build .
./Snakeletix
```