https://github.com/simlf/my_rpg
A graphical project with CSFML to recreate the Pokemon game.
https://github.com/simlf/my_rpg
c csfml graphical-programming
Last synced: 10 months ago
JSON representation
A graphical project with CSFML to recreate the Pokemon game.
- Host: GitHub
- URL: https://github.com/simlf/my_rpg
- Owner: simlf
- License: mit
- Created: 2021-05-27T14:52:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T14:03:40.000Z (over 3 years ago)
- Last Synced: 2025-02-12T11:33:36.756Z (12 months ago)
- Topics: c, csfml, graphical-programming
- Language: C
- Homepage: http://simonlefourn.com
- Size: 14.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My_rpg
## A Role Play game coded in C with the CSML library

## Usage
``` zsh
make
./my_rpg
```
With this project I learned graphical programming, and how to use CFSML and collaborating with 3 teammates:
- [Mathis Lesur](https://github.com/tistech0 "tistech0"),
- [Louis Maestre](https://github.com/Louismaestre "Louismaestre"),
- [Victor Harri-Chal](https://github.com/VictorHarri-Chal "VictorHarri-Chal").
## Features
- Dialogues
- Fights
- A final boss
___
Check my [portfolio](http://simonlefourn.com) for more informations on this project.