SkillAgentSearch skills...

Graphical

Four little games made in C / C++ (CSFML / SFML)

Install / Use

/learn @Luisrosario2604/Graphical
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Installation CSFML (only for Linux)

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-dev

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

Gif

My Runner

Gif

My World

Gif

My Rpg

Gif

Year

These projects were done in 2017 and 2018

Authors

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated8mo ago
Forks1

Languages

C

Security Score

72/100

Audited on Jul 20, 2025

No findings