Graphical projects
Name | Language | Grade | Year |
---|---|---|---|
My hunter | C / CSFML | B | 2017 |
My runner | C / CSFML | B | 2017 |
My world | C / CSFML | B | 2018 |
My rpg | C / CSFML | A | 2018 |
Requirement
Language : C
Library CSFML is needed Installation
These 4 projects are made with the CSFML library, witch is pretty hard to install. I added the binary for each project (you don't need to compile and have the library)
Compiling
Go in one project directory
Clean (*.o files)
> make clean
Full clean (*.o and binary file)
> make fclean
Compile
> make
Full clean and compile
> make re
Compile with gdb (debugging)
> make gdb
Previews
My Hunter
My Runner
My World
My Rpg
Year
These projects were done in 2017 and 2018
License
Project from EPITECH school made by Luis ROSARIO