An open API service indexing awesome lists of open source software.

https://github.com/simlf/arcade

The arcade is a project made for learning how to use the OOP paradigm in C++.
https://github.com/simlf/arcade

cpp epitech ncurses sdl2 sfml

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://boom-stay-b16.notion.site/Arcade-Documentation-3000e870b2834b8dacf920bec2dc6785) documentation.

I made this project with 1 teammate :
- [Victor Hari-Chal](https://github.com/VictorHarri-Chal)