Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 608 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 608 Bytes

ProjProg2022

PROG 2 ESIR Project

During this 30 hour project, we built from scratch a game on the adventure theme. The goal was to propose a playable game in not much time, but working with a list of requirement. There are no libraries or code except the SDL2.

Members of the group :

  • ADAM Cody
  • BRIEND Romain
  • GOARDOU Fabien
  • PINAULT Guillaume

Build the project

Dependencies required :

  • SDL2
  • SDL2_ttf
  • SDL2_image
  • cmake

Build :

git clone https://github.com/Fgdou/ProjProg2022
cd ProjProg2022
mkdir build
cd build
cmake ..
make

Run :

./ProjProg2022