Skip to content

Files

Latest commit

6609b57 · May 8, 2022

History

History
83 lines (59 loc) · 2.13 KB

README.md

File metadata and controls

83 lines (59 loc) · 2.13 KB
My_rpg

 

My_rpg

About   |   Features   |   Technologies   |   Requirements   |   Starting


🎯 About

my_rpg is EPITECH's end of the year project for every first year student at EPITECH. It must use the CSFML library and needs some technical requirements. Other than that, we were free to make it however we wanted, so we decided to take inspiration from Octopath Traveler, a game made by Square Enix that has a stunning artistic direction.


⚠️ This project only works under Linux and Mac for the moment! (Windows version is in progress)

✨ Features

✔️ RPG game
✔️ Turn by turn
✔️ 3D environnement
✔️ Progression of the character
✔️ It works

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have:
Git
GCC
and CSFML installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/Sinan-Karakaya/my_rpg

# Access
$ cd my_rpg

# Build
$ make

# Run the project
$ ./my_rpg

Made with ❤️ by Sinan Karakaya
Made with ❤️ by Axel Rohee
Made with ❤️ by Thomas Juin

 

Back to top