https://github.com/cleancut/shooting_stars
On a starry night, in a field, shooting stars fall from the sky...and Ferris (and his friends) compete to catch them.
https://github.com/cleancut/shooting_stars
Last synced: 8 months ago
JSON representation
On a starry night, in a field, shooting stars fall from the sky...and Ferris (and his friends) compete to catch them.
- Host: GitHub
- URL: https://github.com/cleancut/shooting_stars
- Owner: CleanCut
- Created: 2024-09-10T21:09:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T23:40:05.000Z (over 1 year ago)
- Last Synced: 2025-01-12T03:17:52.084Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 458 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license/APACHE
Awesome Lists containing this project
README
# Shooting Stars
On a starry night, in a field, shooting stars fall from the sky...and Ferris (and his friends) compete to catch them!
## Quick Start
- You MUST connect one or more gamepads to your computer to play this game!!!
- Install [Rust](https://www.rust-lang.org/tools/install)
- Clone this repository, and open up a terminal, and change to the directory of the repository.
- `cargo run -r`
- Move with left joystick, jump with "south" button ("A" on an Xbox controller)
## 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 this game engine either have the appropriate license described in a text file with the same name as the asset but with a `.txt` extension, or the asset is created by me or a contributor under the [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).