C++ launcher with 2 games and 2 graphical librairies
Navigate to the root of the repository from your Terminal and run make
to build the arcade
executable file.
- Execute with NCurses
./arcade ./lib/lib_arcade_ncurses.so
- Execute with SFML
./arcade ./lib/lib_arcade_sfml.so
The program is made for QWERTY keyboards. Therefore, when we advocate the use of the 4 key, for instance, the AZERTY users should press MAJ key to do so.
The user can switch graphical library or game whenever it is desired (even when the game is launched).
2
to use NCurse librairy3
to use SFML librairy4
to select snake game5
to select pacman game8
to launch the gameEscape
to quit
The arrow keys are used to move the character.