Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 1.15 KB

File metadata and controls

77 lines (50 loc) · 1.15 KB

Arcade


Project


The purpose of this project is to create an Arcade that it contains at least 2 games with at least 3 graphical libraries.

graphical libraries:

  • SDL2
  • SFML
  • nCurses

Games available:

  • Snake
  • MineSweeper

Compilation


Linux:

$ make

Will compile the entire project.

$ make core

Will compile only the core of the program.

$ make graphicals

Will only compile the graphical libraries.

$ make games

Will only compile the games.

Note: Shared Objects will be located in ./lib/ folder at the root of this project.

Launching


Linux:

$ ./arcade ./lib/arcade_[GRAPHIC_LIBRARY].so

Technical documentation


You can find the technical documentation here.

Credit


This project was realised by:

And we share the architecture with: