| 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 |
Language : C
Library CSFML is needed Installation
These 4 projects are made with the CSFML library, witch is pretty hard to install.
Installation of SFML (needed by CSFML) and CSFML :
sudo dnf install SFML
sudo dnf install SFML-devel
sudo dnf install CSFML
sudo dnf install CSFML-devel
or
sudo apt-get install libsfml-dev
sudo apt-get install libcsfml-devClean (*.o files)
make cleanFull clean (*.o and binary file)
make fcleanCompile
makeFull clean and compile
make reCompile with gdb (debugging)
make gdbThese projects were done in 2017 and 2018
- Luis Rosario - Member 1 - Luisrosario2604



