Skip to content

endiliey/mini-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Collection of simple games made in C++

minesweeper jump car

Installation

Ubuntu

sudo apt-get install libsfml-dev

Others

https://www.sfml-dev.org/tutorials/2.5/#getting-started

Quick Start

Run this command inside one of the game folder

sudo chmod +x play.sh
./play.sh

Alternatively, you can compile and then run it yourself

g++ -std=c++11 -c main.cpp
g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system
./sfml-app

About

🎲 Random mini-games like Minesweeper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published