https://github.com/alexlnkp/snekfml
an oversimplified version of snek game
https://github.com/alexlnkp/snekfml
cpp sfml-game snake-game
Last synced: 11 months ago
JSON representation
an oversimplified version of snek game
- Host: GitHub
- URL: https://github.com/alexlnkp/snekfml
- Owner: alexlnkp
- License: other
- Created: 2024-04-20T23:49:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T00:23:37.000Z (about 2 years ago)
- Last Synced: 2024-12-19T18:42:23.460Z (over 1 year ago)
- Topics: cpp, sfml-game, snake-game
- Language: C++
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/alexlnkp/snekfml/actions/workflows/codeql.yml) [](https://github.com/alexlnkp/snekfml/actions/workflows/c-cpp.yml) ...somehow
# **snek**-fml
### A quickly hacked together attempt at making lowest size executable possible for a simple snake game on SFML
Decided to make this to introduce myself to SFML. As it turns out - nothing is quite pleasant whenever you try to fight back against the compiler.
## Dependencies
You'll need to install sfml. That's it.
Use your favorite package manager to do so.
Examples on different distros:
- Arch:
`pacman -Syu sfml`
- Ubuntu:
`apt-get install libsfml-dev`
On Windows... Uhh... I'm not sure to be entirely honest. You'll probably have to manually link everything... Sorry
## Build dependencies
You will need meson and ninja to build this project. Use your favorite package manager to install those.
Examples on different distros:
- Arch:
`pacman -Syu meson ninja`
- Ubuntu:
`apt-get install meson ninja-build`
## Build
Easy. Use `autobuild` script.
```
Usage: ./autobuild [OPTION] [ARG]
Common flags:
-h, --help Show this help message and exit.
-d, --debug Build the program in debug mode.
-gd, --graphical-debug Build the program with GraphicDebugging
OVERRIDE flags:
-n, --no-compression Don't apply any additional compression to compiled executable
-f, --force-compression Force compression on compiled executable
-X, --force-reconfigure Forcefully remove build directory and reconfigure meson
Note: If no flags are given, the program will be built in release mode with extra compression afterwards.
```
i.e. just do `./autobuild`.
## Current state
- [x] Handle Snake's head collision with its tail
- [x] Handle Game Over conditions
- [x] Restarting the game after GameOver
- [ ] Quick-succesion presses
- [ ] "Grace" period when you're about to hit your own tail or a boundry
# Credit
Original Font **Press Start K** - codeman38