Skip to content

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

Notifications You must be signed in to change notification settings

lorenzolarc/arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published