An open API service indexing awesome lists of open source software.

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.

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)

## 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.