Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 641 Bytes

File metadata and controls

29 lines (20 loc) · 641 Bytes

thicctactoe

tictactoe that requires more brain (i think)

thumbnail

motivation

saw gobblet gobblers and wanted an online version

todo

  • actually implement the game
  • online multiplayer
  • better navigation
  • better piece styles
  • leaderboard??

running

git clone git@github.com:narasaka/thicctactoe.git
cd thicctactoe
yarn
yarn dev

project scaffolded using create-t3-app