Replaceball
Inspired by the now-shuttered Blaseball baseball simulation, Replaceball is a simulation of a baseball
game written in Rust. It uses randomness and some physics simulations to create JSON objects describing the
most recent play of a game as well as the running game state. A simple Svelte component below is used to display
an ongoing game computed by the Replaceball simulation.
Loading...