Skip to content

Implementaion of Game of Go and Tic-Tac-Toe in Solidity. Compare Gass Fee's and Computation on different Layer 2 Solutions

Notifications You must be signed in to change notification settings

ammerss/Compare-Layer-2-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe and Go

We have implemented the game of Tic-Tac-Toe and Go in Solidity and Cairo. They have been tested on testnets such as Goerli, Arbitrum Testnet, Polygon Mumbai and Starknet Testnet.

Testing

We have made simulations of the whole game where every move is written on to the chain. We have also made a simulation version using state channels. In the State channels scripts, none of the player's moves are written to the chain. Only the start and end of the game is submitted to the network because one of the players can submit their proof that they won the game.

Note

Go was implemented in a simplified version where none of the special rules(preventing illegal moves, black plays first etc) are not implemented.

About

Implementaion of Game of Go and Tic-Tac-Toe in Solidity. Compare Gass Fee's and Computation on different Layer 2 Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published