Skip to content

Ackfire/Arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade project 🖥️

Done by Melissa, Maxime 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 : Maxime Senard, Romain Delaruelle

About

Arcade machine made in C++ with 3 graphics library (SFML, Ncurses, SDL2)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors