/Arcade

The arcade project, with games, drivers and the core (Arcade)

Primary LanguageC++

Arcade

This is our repository for the epitech Arcade project. We needed to create at least 3 graphic drivers (including sfml and ncurses):

We also needed to create at least two game from a given list we chose:

  • Pac-Man This is a C implementation of the original Pac-Man game with all it's rules and original behaviours
  • Snake

Documentation

We made two documentation to help you create game and graphic libraries

Game documentation

Driver documenation

We also made UML diagrams for the shared library and our implementation of it:

Shared: Shared_UML