Skip to content

Breigner01/Arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade

Arcade is a gaming platform: a program that lets the user choose a game to play and keeps a register of player scores.

Requirements

Build

  • C++20 compiler
  • cmake 3.17

Libraries

  • SFML
  • SDL
  • SDL_image
  • SDL_mixer
  • SDL_ttf
  • NCURSES

Build

mkdir build
cd build
cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
cmake --build .

Librairies

Graphic

We include 3 graphics lib:

  • SFML
  • SDL
  • NCURSES

GAME

We include 2 games lib:

  • Nibbler
  • Pacman

Usage

USAGE:
  ./arcade lib
  
DESCRIPTION:
  lib   the path where you can find graphics librairies (./lib/)
  
COMMAND IN GAME:
  n           next graphics
  p           previous graphics
  o           next game
  i           previous game
  
  m           menu
  r           reset the game
  echap       quit arcade
  
  RIGHT_ARROW move right
  LEFT_ARROW  move left
  UP_ARROW    move up
  DOWN_ARROW  move down

Documentation

doc

Contributors

About

Epitech Arcade project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •