Skip to content

Tachi107/CppSnake

Repository files navigation

CppSnake

CppSnake is a simple Snake game made with OpenGL and C++

Build

To build this project, you'll need Meson. If you're on Windows, you'll also need to install git in order to clone the repository.

After installing the required tools, open your terminal/command prompt and clone this repository using git clone https://github.com/Tachi107/CppSnake.git. Then, enter the CppSnake folder and use meson to generate build files. Last, compile the project with meson compile.

git clone https://github.com/Tachi107/CppSnake.git
cd CppSnake
meson setup build
meson compile -C build

About

A simple Snake game made with OpenGL in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published