It is the year 2077. Drive a hoverbus in real time from Los Angeles to Sacramento.
Demo project for tools in the Rojo ecosystem. Some assembly required.
The primary goal of this project is to showcase a workflow with these tools:
- Rojo, a build system
- Remodel, a deployment manager and multitool
- Foreman, a toolchain manager
- Tarmac, an asset manager
The secondary goal of this project is to create a terrible game.
Requires Foreman 1.0.0 or newer.
# Install required tools
foreman install
# Build place
rojo build -o Place.rbxlx
# Open place (Windows)
start Place.rbxlx
# Start Rojo server
rojo serve
This project is available under the terms of the MIT license. See LICENSE.txt or https://opensource.org/licenses/MIT for details.