Skip to content
/ ttt Public

Ethereum game Tic-Tac-Toe written in Solidity

Notifications You must be signed in to change notification settings

mtxset/ttt

Repository files navigation

"Simple Tiku-Taku-Tak game for Ethereum Blockchain"

Avoiding solidity tests because they run way too slowly.

Using TypeScript to transpile into JavaScript tests

There are two branches: Free TTT (master) and TTT with entry fee (payable)

Using

Truffle, TestRPC, TypeScript

Download

Free TTT

git clone http:https://github.com/mtxset/ttt

TTT with entry fee

git clone -b payable http:https://github.com/mtxset/ttt

Run

testrpc
truffle compile
truffle migrate
truffle test

Bugs

  • Game hangs if one player disconnects
  • Game hangs if no turn is made

About

Ethereum game Tic-Tac-Toe written in Solidity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published