https://github.com/klange/pyrail
Minecraft / Railcraft / Computercraft automated train system server in Python
https://github.com/klange/pyrail
Last synced: 9 months ago
JSON representation
Minecraft / Railcraft / Computercraft automated train system server in Python
- Host: GitHub
- URL: https://github.com/klange/pyrail
- Owner: klange
- Created: 2013-05-14T04:11:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-29T16:57:12.000Z (over 12 years ago)
- Last Synced: 2025-04-02T16:50:36.740Z (10 months ago)
- Language: Lua
- Size: 146 KB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyRail - A rail system manager for Minecraft
PyRail uses ComputerCraft and Railcraft to manage to an automated network of trains and train stations using a Python master server running in the real world.
Stations communicate with the server via a simple HTTP API running on a ComputerCraft computer which is attached to detectors and boarding rails. These computers can also optionally be attached to display boards.
The end result is a fully automated system, with support for multiple trains, different lines, autodetection of failed trains, and a web frontend for management and train tracking.