Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 293 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 293 Bytes

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