Skip to content

An on-chain interactive Conway's Game of Life built with mud running on ticking-optimism with a modified op-geth

License

Notifications You must be signed in to change notification settings

thTNT/ticking-game-of-life

 
 

Repository files navigation

Ticking-Conway

An on-chain interactive Conway's Game of Life built with mud running on ticking-optimism with a modified op-geth.

Conway's Game of Life

Run locally

make build
make devnet-up
make start

Append &burnerWalletPrivateKey=0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d to the local client URL to use a funded developer account. You will need it to send transactions.

MUD's developer mode is disabled because it sets the transaction gas price to 0. The ECS state will be stored in a local cache. If you run multiple boards on the same browser profile, you may experience unexpected behavior. To avoid this, use a fresh incognito session for each board, or clear your local storage in-between boards.

Manage devnet

make devnet-up          # start
make devnet-down        # stop
make devnet-clean-state # clear

About

An on-chain interactive Conway's Game of Life built with mud running on ticking-optimism with a modified op-geth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.4%
  • Solidity 35.5%
  • EJS 3.4%
  • Makefile 1.2%
  • Shell 0.6%
  • JavaScript 0.5%
  • HTML 0.4%