Skip to content

Effi-S/CPP-Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPP-Games

C++ Games from OOP Course (2019)

Installation Steps: here

Bubble Struggle

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

Bomberman

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

6 Colors

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

Installation:

Docker

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

Ubuntu (or WSL)

Each game has a: ubuntu-build.md guide.

Windows

All games have:

  1. Executable (.exe) in /Release folder
  2. .sln file for opening with Visual Studios

About

C++ Games from OOP Course (2019)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors