An open API service indexing awesome lists of open source software.

https://github.com/thomasmost/popperdox


https://github.com/thomasmost/popperdox

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          


Popperdox


A project inspired by and adapted from the Rust WASM Tutorial: Implementing Conway's Game of Life

## 🚴 Usage

Notes on usage

## Commands

- `pnpm redev` - Recompile the WASM package and start the webpack dev server
- `wasm-pack build` - Build the WASM package
- `wasm-pack publish` - Publish the WASM package to npm
- `wasm-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
- [x] 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?