This project is a part of the second year of Epitech.
We had 3 weeks to complete it. 🗓️
The goal of this project was to create an Arcade in C++ with the SFML, Ncurses and SDL2 libraries. 🎮
- Clone this repository locally
- Create a folder
build
at the root of the repository - Go in it and run the command
cmake ..
- Then you can do a
make
- And run
./arcade
Warning Make sure the Ncurses, SFML and SDL2 libraries are installed or the program won't work.
To try this program, you can to use this command:
mkdir -p build && cd build && cmake .. && make && ./arcade
An output you can get from this program can be:
To see how you can implement your own game, you can go see that documentation.
Here are the different tools and languages we used to make this project: 🛠️
Here is the GitHub of the persons who did the project with me : Melissa Laget, Romain Delaruelle