Skip to content

2nd year Epitech project where you have games and graphics libraries talking together using a core

Notifications You must be signed in to change notification settings

milimarg/arcade

Repository files navigation

Welcome to the Arcade Project

The Arcade Project's goal is to create a Core program that can run given graphics libraries and games using .so files.
Games and graphics libraries can be changed at runtime.

The Core program must handle basic features, like an events wrapper or a pixels wrapper.

Installation

git clone https://github.com/EpitechPromo2027/B-OOP-400-STG-4-1-arcade-noe.tritsch

Build

Whole project

make

Only Core program

make -C core

Only games

make -C games

Only graphics libraries

make -C graphics

Only a given library

make -C <filepath to lib> # i.e. './lib/SDL2' or './lib/Pacman'

Run

./arcade <filepath to graphics lib> # i.e './lib/arcade_sdl2.so'

Documentation

Mark

21 / 21 (100%)

Credits

Augustin GROSNON
Noé TRITSCH
Florent GUITTRE

About

2nd year Epitech project where you have games and graphics libraries talking together using a core

Resources

Stars

Watchers

Forks