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).
2to use NCurse librairy3to use SFML librairy4to select snake game5to select pacman game8to launch the gameEscapeto quit
The arrow keys are used to move the character.