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
- Host: GitHub
- URL: https://github.com/fabiokleis/rpg
- Owner: Fabiokleis
- License: mit
- Created: 2022-10-19T15:27:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T18:52:00.000Z (over 3 years ago)
- Last Synced: 2025-07-24T12:43:20.334Z (10 months ago)
- Topics: ecs, hacktoberfest, rpg-game, rust-lang, sdl2, tiled
- Language: Rust
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rpg
[](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