This Tic-tac-toe example demonstrates a game of Tic-tac-toe using Theseus. It is located in the
.examples/tic-tac-toe
directory and includes a README.md with example output from running the game.
- Navigate to the
.examples/tic-tac-toe
directory. - Run the command
pnpm start
to start the game.
This example is part of the tutorial on building a Tic-tac-toe game using Theseus. See the tutorial for more information.