snake

馃敆 Github repo snake A simple Snake game in C++, using the SFML library. How to run: Grab the latest stable compiled binaries here (scroll down, and check the Assets) How to compile: I generally use an ubuntu-based distro, I use this command to compile: g++ src/*.cpp -Wall -Wextra -Wpedantic -O3 -o build/game -I lib/SFML-2.5.1/include -L lib/SFML-2.5.1/lib -Wl,-rpath,./lib/SFML-2.5.1/lib -lsfml-graphics -lsfml-window -lsfml-system Please place the SFML-2.x.x library under lib directory, I have added this directory specifically for putting libraries....

30 May, 2020 路 1 min 路 153 words

tanks

馃敆 Github repo tanks A simple tanks war game, written in GO . Source of the resources I used: tank image (from a github user) OLD tank image bullet imge explosion animation sprite sheet (I forgot from where I got the sound effects, although I remember I used this site to get the sound effects) The resources I used in this project are not original, I have edited some of them I used the go-sdl2 library here....

2 April, 2020 路 3 min 路 489 words