Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 638 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 638 Bytes

Shapez 2 Belt Simulation Tool

This is a partial port of the Belt Simulation in Shapez 2 in TypeScript, and can be used to both understand and debug the simulation. Feel free to report bugs / suggestions / feedback in the Discord!

Requirements

  • Node.js (anything >14 should work)
  • Yarn

Installation

yarn

Run the simulation

# Compiles & hot-reloads for development
yarn dev

App will be running at on localhost:3000