Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

An arcade plateform in C++, 2nd year Epitech project

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages