Skip to content
/ games Public
forked from jsyqrt/games

16 games with c++ and SFML

Notifications You must be signed in to change notification settings

shoudlee/games

 
 

Repository files navigation

16 c++ games with SFML


Quick Start

sudo apt-get install libsfml-dev # install the SFML lib.

git clone https://github.com/jsyqrt/games.git
cd games

cd 01\ Tetris/ # compile the first game as an example.
g++ -std=c++11 -c main.cpp # to compile.
g++ main.o -o main.exe -lsfml-graphics -lsfml-window -lsfml-system # to link.

About

16 games with c++ and SFML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • GLSL 1.2%