Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasnep/dink
https://github.com/hasnep/dink
bevy roguelike
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasnep/dink
- Owner: Hasnep
- License: mit
- Created: 2021-07-18T23:11:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T17:47:10.000Z (over 2 years ago)
- Last Synced: 2023-03-06T23:09:04.263Z (almost 2 years ago)
- Topics: bevy, roguelike
- Language: Rust
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dink
A test roguelike game using the [Bevy engine](https://bevyengine.org/).
## Running
If you don't have Rust, you can install it using [rustup](https://rustup.rs).
On Debian based systems you can install the required packages using `apt install libasound2-dev libudev-dev`.
Then run```shell
cargo run
```## Licencing
This project is released under the MIT Licence found in the [licence file](LICENCE), except for the files [`src/helpers/camera.rs`](src/helpers/camera.rs) and [`src/helpers/texture.rs`](src/helpers/texture.rs) which are from the[`bevy_ecs_tilemap` examples](https://github.com/StarArawn/bevy_ecs_tilemap/tree/main/examples/helpers) and are licenced under that [project's licence](https://github.com/StarArawn/bevy_ecs_tilemap/blob/main/LICENSE).