A classic Snake game built in C++ using SFML.
- WASD to move
- Eat the red food to grow and score points
- Avoid hitting the walls or yourself
Requires SFML installed via MSYS2:
pacman -S mingw-w64-ucrt-x86_64-sfmlThen compile:
g++ main.cpp -o main -lsfml-graphics -lsfml-window -lsfml-system