ethereum-optimism / supersim

Local Multi-L2 Development Environment
MIT License
8 stars 0 forks source link

Tic Tac Toe Game #3

Open fainashalts opened 6 days ago

fainashalts commented 6 days ago

In order to test Supersim while developing, we need a reference implementation with which to try out the product. A Tic Tac Toe game provides a simple way to test out interoperability with message passing.

The following features are needed:

Definition of Done A Tic Tac Toe game is usable to test out Supersim, and can be played locally with two Anvil instances once deployed to them. It has a simple frontend. It can be extended to deploy to Sepolia in the future.