Skip to content

simlf/arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade

The arcade is a project made for learning how to use the OOP paradigm in C++.

Arcade is a gaming platform: a program that lets the user choose a game to play and keeps a register of player scores. To be able to deal with the elements of the gaming plateform at runtime, the graphics libraries and the games are implemented as dynamic libraries, loaded at runtime.

Each GUI available for the program is used as a shared library that will be loaded and used dynamically by the main program.

How to add a new game or graphic library ?

Please read this documentation.

I made this project with 1 teammate :

About

The arcade is a project made for learning how to use the OOP paradigm in C++.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors