https://github.com/cleancut/rolling
Quick demo of a rolling game
https://github.com/cleancut/rolling
Last synced: 11 months ago
JSON representation
Quick demo of a rolling game
- Host: GitHub
- URL: https://github.com/cleancut/rolling
- Owner: CleanCut
- Created: 2022-10-27T02:10:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T17:43:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T22:43:32.905Z (about 1 year ago)
- Language: Rust
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license/APACHE
Awesome Lists containing this project
README
# Rolling Game
A quick game demo made with [Bevy](https://bevyengine.org/) for a [Utah Rust User Group Meetup](https://www.meetup.com/utah-rust/)
## How to Run the Game
If you are using Linux or Windows Subsystem for Linux 2, please visit Bevy's [Installing Linux Dependencies](https://github.com/bevyengine/bevy/blob/main/docs/linux_dependencies.md) page and follow the instructions to install needed dependencies.
Then clone this repository and in your terminal change directory into it.
Run `cargo run --release`
## Contribution
All software contributions are assumed to be dual-licensed under MIT/Apache-2. All asset contributions must be under licenses compatible with the software license, and explain their license(s) in a `README.md` file in the same directory as the source files.
## Asset Licenses
All assets included with game are licensed with [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)--meaning you may do whatever you wish with the asset.
## Software License
Distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [license/APACHE](license/APACHE) and [license/MIT](license/MIT).