Skip to content

tobspr-games/shapez2-simulation-visualizer

Repository files navigation

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