tapple / desert-bus-2077

Demo game project using Rojo-based tools

Home Page:https://www.roblox.com/games/4756703682/Desert-Bus-2077

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Demo game project using Rojo-based tools

https://www.roblox.com/games/4756703682/Desert-Bus-2077

License:MIT License


Languages

Language:Lua 99.6%Language:Shell 0.4%