Skip to content

2d Adventure top-down-vue slasher game that started as a GameJam Project made in 30 hours

License

Notifications You must be signed in to change notification settings

CodyAdam/Bounce-and-Slice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

2d Adventure top-down-vue slasher game that started as a GameJam Project made in 30 hours

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • CMake 0.2%