Skip to content

florian-labadie/My_RPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPITECH 2024 | MUL | CSFML - my_RPG

Architecture

Contributors

Description

Last project for our graphical course.

This "My_rpg" project is about all the things we learned about this year, as you normally already understood this project is about creating our own game using CSFML by groups of five persons.

Usage

$> make re
[...]
./my_rpg

Launch tests

$> make tests_run
[...]

Debug mode

$> make fclean && make debug
[...]
$> valgrind --leak-check=full --show-leak-kinds=all -s ./my_rpg

Commit Norms

Commit Type Description
add adding new features
modified changes on a file
build Changes that affect the build system or external dependencies (npm, make, etc.)
ci Changes related to integration files and scripts or configuration (Travis, Ansible, BrowserStack, etc.)
fix Bug fix
perf Performance improvements
refactor Modification that neither adds a new feature nor improves performance
style Change that does not affect functionality or semantics (indentation, formatting, adding space, renaming a variable, etc.)
docs Writing or updating documentation
test Addition or modification of tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published