8000 GitHub - flavius-t/snek-game: A snake-like game in C++
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flavius-t/snek-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snek-game

A snake-like game in C++

Build

This project uses CMake for building executables:

From repo root enter the following:

mkdir build
cd build
cmake ..
cmake --build .

Executables will be contained inside the build directory.

About

A snake-like game in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0