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++.
- Host: GitHub
- URL: https://github.com/simlf/arcade
- Owner: simlf
- License: mit
- Created: 2022-07-07T16:37:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T17:44:17.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T11:33:37.110Z (over 1 year ago)
- Topics: cpp, epitech, ncurses, sdl2, sfml
- Language: C++
- Homepage: https://simonlefourn.com
- Size: 20.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)