/my_rpg_2017

Last project of year first year at Epitech. The aim of the project was to create a rpg game using libcsfml. We decided to create a remake of Pokemon using heads of Epitech students. Welcome in Poketek

Primary LanguageC

Welcome in Poketek !

Codacy Badge

Last project of the first year at Epitech. The aim of the project was to create a rpg game using libcsfml. We decided to create a remake of Pokemon using heads of Epitech students.
Only avaible on linux

Screenshot_2023-03-21_10-44-15 Screenshot_2023-03-21_10-47-30

Prerequisite

Docker version 20.10 and docker-compose version 1.29.2 or gcc version 12.2.0 and make version 4.3.

Build with docker

$ sudo apt install -y x11-xserver-utils
$ xhost +local:
$ docker-compose build
$ docker-compose up

Build with makefile

$ sudo apt install -y libcsfml-dev
$ make
$ ./my_rpg