https://github.com/17cupsofcoffee/lonely-star
A 2D side-scrolling 'endless runner' game, with simple generative music.
https://github.com/17cupsofcoffee/lonely-star
Last synced: about 1 year ago
JSON representation
A 2D side-scrolling 'endless runner' game, with simple generative music.
- Host: GitHub
- URL: https://github.com/17cupsofcoffee/lonely-star
- Owner: 17cupsofcoffee
- License: mit
- Created: 2021-10-25T18:32:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T20:45:16.000Z (over 4 years ago)
- Last Synced: 2025-02-28T13:17:48.680Z (about 1 year ago)
- Language: Rust
- Homepage: https://17cupsofcoffee.itch.io/lonely-star
- Size: 8.63 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CODE
Awesome Lists containing this project
README
# Lonely Star
*Space is a lonely place, but at least you've got the music to keep you company.*

[Lonely Star](https://17cupsofcoffee.itch.io/lonely-star) is a 2D side-scrolling 'endless runner' game, with simple generative music.
It was created in February 2020 for [Weekly Game Jam 135](https://itch.io/jam/weekly-game-jam-135/rate/567474), which had the theme 'Shooting Stars'.
Pre-compiled builds for Windows are available on [itch.io](https://17cupsofcoffee.itch.io/lonely-star).
## Building
This game was built with [Rust](https://www.rust-lang.org/tools/install) and [Tetra](https://tetra.seventeencups.net/) - follow the [guide on Tetra's website](https://tetra.seventeencups.net/installation) to set up your dev environment, and then run `cargo build` to build the project.
## License
The code for this game is distributed under the MIT license. See [`LICENSE-CODE`](./LICENSE-CODE) for more details.
The font '[m5x7](https://managore.itch.io/m5x7)' is by [Daniel Linssen (aka Managore)](https://managore.itch.io), and is [CC0](https://creativecommons.org/publicdomain/zero/1.0/) licensed (i.e. public domain).
All other assets are © Joe Clay, and are provided for personal use only (e.g. compiling the game to play it on Linux). You are not permitted to redistribute them or use them in your own projects.