https://github.com/docwhat/survive-the-rail
https://github.com/docwhat/survive-the-rail
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/docwhat/survive-the-rail
- Owner: docwhat
- Created: 2026-06-01T20:33:35.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-09T02:24:29.000Z (27 days ago)
- Last Synced: 2026-06-09T04:19:13.600Z (27 days ago)
- Language: GDScript
- Size: 737 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
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.