Skip to content

Latest commit

 

History

History

tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Tic-tac-toe Example

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.

How to Run the Example

  1. Navigate to the .examples/tic-tac-toe directory.
  2. Run the command pnpm start to start the game.

Tutorial

This example is part of the tutorial on building a Tic-tac-toe game using Theseus. See the tutorial for more information.