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:
$ make
Will compile the entire project.
$ make core
Will compile only the core of the program.
$ make graphicals
Will only compile the graphical libraries.
$ make games
Will 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].so
You can find the technical documentation here.
This project was realised by:
And we share the architecture with: