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

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.

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

![Screenshot](screenshot.png)

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