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

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

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