Skip to content

Lukacms/my_rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUL-200-MYRPG

Description

Reproduce a role play game using CSFML.

  • Ours is an horror game based on Corpse party
  • Your goal will be to succesfully escape the school you're in, while completing quests.

How to use the project

  • Clone the project
git clone git@github.com:Lukacms/my_rpg.git myrpg
  • Go into the myrpg directory. A Makefile is used to compile the code, and it use the following rules:
Command Result
make Builds a my_rpg executable.
make clean Cleans build dumps, keeping the executable.
make fclean Removes all of the files created by the build.
make re Calls make fclean and then make.
  • execute the programm without any arguments:
./my_rpg
  • or with -h option to display help
  • any other way will result in program's failure

Returns

The program return 0 on success or 84 in case of errors.

Good luck, and try to stay alive :)

Authors

  • Luka Camus
  • Louis Bassagal
  • Nils Martin
  • Kevin Demy

If you want to modify the project / add to it:

About

Reproduce a rpg game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published