Skip to content

pocroianu/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What it is?

A simple TictacToe using pixi graphics.You can play against the CPU.

Install & build

  • yarn - Install dependencies
  • yarn build - Build once
  • yarn build:watch - Build and watch files

Now open the public/index.html in browser!