Skip to content

C++ launcher with 2 games and 2 graphical librairies

Notifications You must be signed in to change notification settings

erwan-simon/Arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published