The purpose of this project is to create an Arcade that it contains at least 2 games with at least 3 graphical libraries.
- SDL2
- SFML
- nCurses
- Snake
- MineSweeper
Linux:
$ makeWill compile the entire project.
$ make coreWill compile only the core of the program.
$ make graphicalsWill only compile the graphical libraries.
$ make gamesWill only compile the games.
Note: Shared Objects will be located in
./lib/folder at the root of this project.
Linux:
$ ./arcade ./lib/arcade_[GRAPHIC_LIBRARY].soYou can find the technical documentation here.
This project was realised by:
And we share the architecture with: