The SFML library
$ pacman -S sfml
These games are compiled in Manjaro Linux distro, 64 bit, so no need to recompile it, just run the ./main.cpp.o
.
$ g++ -Wall main.cpp -o main.cpp.o -lsfml-graphics -lsfml-window -lsfml-system
$ ./main.cpp.o
Still working on the codes!
Still working on the codes!
- FamTrinli for the codes!