Skip to content

sevenuz/Swone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debian

Dependencies:

Install GL: sudo apt-get install build-essential libgl1-mesa-dev
Install SFML: sudo apt-get install libsfml-dev

Build with meson and ninja:

meson build
cd build/
ninja

Windows:

Dependencies:

Find SFML Binaries or compile it yourself

Build with VS:

If you have problems, make sure that you use the same compiler for all builds.

meson build --backend vs

Run from build/

./swone

About

little game written in c++ and inspired by färg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages