Skip to content

rojo-rbx/desert-bus-2077

Repository files navigation

Desert Bus 2077

GitHub Actions Build Status Roblox Place

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.

Building and Testing

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

License

This project is available under the terms of the MIT license. See LICENSE.txt or https://opensource.org/licenses/MIT for details.