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

https://github.com/fabiokleis/rpg

A rpg game written in Rust
https://github.com/fabiokleis/rpg

ecs hacktoberfest rpg-game rust-lang sdl2 tiled

Last synced: 10 months ago
JSON representation

A rpg game written in Rust

Awesome Lists containing this project

README

          

# Rpg
[![GitlabSync](https://github.com/Fabiokleis/rpg/actions/workflows/sync.yml/badge.svg)](https://github.com/Fabiokleis/rpg/actions/workflows/sync.yml)
## Description
A rpg game written in Rust, its a rogue like game.

## Dependencies
```toml
[dependencies]
sdl2 = { version = "0.35.2", features = ["image"] }
tiled = "0.10.2"
vector2d = "2.2.0"
```
## Authors
Fabio Kleis

## License
MIT