C++ Games from OOP Course (2019)
Installation Steps: here
This Is a game Where the player/s must avoid bouncing balls , that bounce all over the screen the player can shoot the balls only once all of the balls that are on the screen are gone can the player/s move on to the next level.
more info

The 1983 classic Bomberman game re-designed/re-invented.
more info

Race against the computer to fill the board with your tiles
more info

All games have a Dockerfile.
In the top of each game's README.md you can find the docker commands to build and run
usually something like:
docker build -t image-name . && docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --rm image-name
Each game has a: ubuntu-build.md guide.
All games have:
- Executable (
.exe) in/Releasefolder .slnfile for opening with Visual Studios