https://github.com/thomasmost/popperdox
https://github.com/thomasmost/popperdox
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasmost/popperdox
- Owner: thomasmost
- License: apache-2.0
- Created: 2024-08-25T18:48:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T18:12:18.000Z (almost 2 years ago)
- Last Synced: 2024-09-16T00:43:25.385Z (almost 2 years ago)
- Language: Rust
- Homepage: https://popperdox.vercel.app
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?