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.
-
Notifications
You must be signed in to change notification settings - Fork 108
jsyqrt/games
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
16 games with c++ and SFML
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published