popperdox
v0.4.1
Published
A WASM implementation of the Popperdox simulation
Readme
🚴 Usage
Notes on usage
Commands
pnpm redev- Recompile the WASM package and start the webpack dev serverwasm-pack build- Build the WASM packagewasm-pack publish- Publish the WASM package to npmwasm-pack test --headless --firefox- Test in a headless browser
TODOs
- [x] Copy explaining interation upon each Simulation
- [ ] Allow configuring number of starting X-cells, I-cells, and P-cells.
- [x] Output current number of majority I, T, and P cells as stats
- [ ] Should X Cells spread tolerance to adjacent cells?
- [ ] (Maybe) Allow configuring size of board?
- [ ] (Maybe) Choose a random seed, and allow sharing a seed via query param?
