Theory simulator for the mobile game Exponential Idle based on sim-3.0
This website was originally developed by XLII and now maintained by hotab and Mathis S., with contributions from the Exponential Idle community.
The site is written in Rust and TypeScript, built with webpack and hosted on GitHub Pages.
- Install Rust
- Run
rustup target add wasm32-unknown-unknownto enable wasm in Rust - Install
wasm-pack:cargo install wasm-pack - Make sure you can run
wasm-packin your terminal. You might need to add the Cargo bin directory to your terminalPATH.
- Install
npmon your computer - Run
npm installto install the modules - Run
npm run buildto build the website - Run
npm run webpack-devto build the TypeScript part only, without rebuilding the wasm module