Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 788 Bytes

File metadata and controls

27 lines (16 loc) · 788 Bytes

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