Skip to content

jdedwards3/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two player Tic Tac Toe

To Run Locally

  1. Install TypeScript npm install -g typescript
  2. navigate to project directory and in terminal run tsc -w
  3. Open index.html in a browser or if using VS Code press f5.
  4. Play your friends!

demo