Skip to content

Retro Arcade Engine Build in C++ / Still in developement

License

Notifications You must be signed in to change notification settings

madaagain/Back-To-Arcades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

59b031a · May 2, 2024

History

4 Commits
Apr 20, 2024
Apr 20, 2024
Apr 20, 2024
Apr 4, 2024
Apr 20, 2024
Apr 20, 2024
May 2, 2024
Apr 20, 2024

Repository files navigation

Back To The Past Arcade

Logo de mon projet

Welcome to the Arcade Project, a graphical platform designed to emulate classic arcade games with a modern twist. This project leverages modular architecture to allow for the easy integration of various games and graphical rendering libraries such as SFML, SDL2, and NCurses.

Contributors:

  • Ylianne Gentelet
  • Luan Bourbier
  • Adam Zerrouk

Features

  • Modular Design: Easily switch between different graphical libraries and games at runtime.

  • Extensible: Add new games and graphical libraries without extensive modifications to the existing codebase.

  • Dynamic Loading: Utilize shared libraries for games and rendering engines to enhance flexibility.

Prerequisites

C++17 compatible compiler Makefile or CMake version 3.14 or higher Relevant libraries for your platform (SDL2, SFML, NCurses)

Table of contents

Installation

To install the repository: git@github.com:EpitechPromo2027/B-OOP-400-PAR-4-1-arcade-luan.bourbier.git

Quick Usage

Before trying anything run the command: make to properly compile the code and be able to test the program

For a usage exemple, use the following command:

  • 1/ make to compile your code
  • 2/ Usage ../arcade <path_to_rendering_lib> <path_to_game_lib>

About

Retro Arcade Engine Build in C++ / Still in developement

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published