Skip to content

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

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages