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

https://github.com/docwhat/survive-the-rail


https://github.com/docwhat/survive-the-rail

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

          

# survive-the-rail

A bullet-heaven / train survival hybrid. Lay track, drive a train, and your cars auto-fire at approaching enemies.

## Contributing

_If you contribute, be warned that I do not have a permissive license. This is
not Open Source._

Prerequisites:

- Install [mise-en-place](https://mise.jdx.dev) (pronounced _MEEZ ahn plahs_).
- Run `mise install` to get all the required tools.
- Install [Godot](https://godotengine.org) (currently, 4.5 minimum).

Once you have `mise` installed, you can ask it for the list of tasks it has:

```sh
❯ mise tasks
Name Description
clean Clean all exported builds and other cruft
check Check code for lint or static analysis issues
fix Fix code style issues
game Run the game
godot Run the Godot editor
test Run the GUT tests
export-all Export all platforms to build/
export-macos Export the macOS version to build/macos/
export-windows Export the Windows version to build/windows/
export-linux Export the Linux version to build/linux/
export-web Export the Web version to build/web/
```

## Copyright & License

Copyright (c) 2026 by Christian Holtje

You may look at this code under the terms of the CC-by-nc-nd 4.0 license.