Skip to content

GamesCpp - Games in C++ and SFML library in Linux

Notifications You must be signed in to change notification settings

Jimut123/GamesCpp

Repository files navigation

GamesCpp - Games in C++ and SFML library in Linux

Installation

The SFML library

$ pacman -S sfml

Note

These games are compiled in Manjaro Linux distro, 64 bit, so no need to recompile it, just run the ./main.cpp.o.

Compilation

$ g++ -Wall main.cpp -o main.cpp.o -lsfml-graphics -lsfml-window -lsfml-system
$ ./main.cpp.o

Games

01 Tetris

02 Doodle Jump

03 Arkanoid

04 Snake

05 Minesweeper

06 Fifteen-Puzzle

07 Racing (Top Down)

08 Outrun

09 Xonix

10 Bejeweled

11 NetWalk (Pipe Puzzle)

12 Mahjong Solitaire

13 Tron

14 Chess

Still working on the codes!

15 Volleyball

Still working on the codes!

16 Asteroids

Credits