Skip to content

Latest commit

 

History

History

arcade

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Arcade project 🖥️

Done by Me, Melissa and Romain - Epitech 2023 🎓

Overview

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. 🎮

Running the project locally

  • 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:

gameplay.png

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: 🛠️

Main tools

Here is the GitHub of the persons who did the project with me : Melissa Laget, Romain Delaruelle