Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.24 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.24 KB

Arcade

C++ launcher with 2 games and 2 graphical librairies

Requirements

Compilation

Navigate to the root of the repository from your Terminal and run make to build the arcade executable file.

Execute

  • Execute with NCurses
./arcade ./lib/lib_arcade_ncurses.so
  • Execute with SFML
./arcade ./lib/lib_arcade_sfml.so

User manual

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 librairy
  • 3 to use SFML librairy
  • 4 to select snake game
  • 5 to select pacman game
  • 8 to launch the game
  • Escape to quit

In Game

The arrow keys are used to move the character.

Authors