Skip to content

exponential-developers/sim-4-rust

 
 

Repository files navigation

sim-4.0-rust

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.

How to use on your computer

Rust

  • Install Rust
  • Run rustup target add wasm32-unknown-unknown to enable wasm in Rust
  • Install wasm-pack: cargo install wasm-pack
  • Make sure you can run wasm-pack in your terminal. You might need to add the Cargo bin directory to your terminal PATH.

npm

  • Install npm on your computer
  • Run npm install to install the modules
  • Run npm run build to build the website
  • Run npm run webpack-dev to build the TypeScript part only, without rebuilding the wasm module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.3%
  • Rust 10.3%
  • CSS 3.9%
  • HTML 3.3%
  • JavaScript 0.2%