In this repo, I am placing that code of those 2D games that I'd developed in SFML. I had developed these games on a Debian based Linux distro.
- g++
- libsfml-dev
- make
To ensure that you have all these packages already installed, run the below command in terminal
sudo apt-get install g++ make libsfml-dev
For installing, simply clone this repo
git clone https://github.com/chauhan739/SFML.git
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.