Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 216 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 216 Bytes

Tic Tac Toe Vue

Tic Tac Toe game, made with Vue.js and Vuex, where you should place 5 "x" in a row vertically, horizontally or diagonally

Actually, there is no AI behind computer turns, just random cell picking.