Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorharri-chal/pokemon-rpg
🐾 A graphical project with CSFML to recreate a Pokemon game. Last project of my 1st year at Epitech.
https://github.com/victorharri-chal/pokemon-rpg
c csfml epitech first-year-project game graphical-programming pokemon teamwork
Last synced: about 1 month ago
JSON representation
🐾 A graphical project with CSFML to recreate a Pokemon game. Last project of my 1st year at Epitech.
- Host: GitHub
- URL: https://github.com/victorharri-chal/pokemon-rpg
- Owner: VictorHarri-Chal
- License: mit
- Created: 2021-05-27T15:36:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-29T10:49:39.000Z (over 3 years ago)
- Last Synced: 2024-10-31T22:13:15.640Z (3 months ago)
- Topics: c, csfml, epitech, first-year-project, game, graphical-programming, pokemon, teamwork
- Language: C
- Homepage:
- Size: 10.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
![MY_RPG](my_rpg_menu.png)
## Requirements
* GCC
* CSFML library## Usage
``` zsh
make
./my_rpg
```
With this project I learned graphical programming, how to use CFSML and collaborating with 3 teammates (Mathis Lesur, Louis Maestre and Simon LeFourn).## Features
- A huge map
- Dialogues
- Fights
- A final boss## Screenshots
![FIGHT](fight.png)
![HOPITAL](hopital.png)
![BOSS](boss.png)