welenofsky / tic-tac-toe

simple tic tac toe game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Tic Tac Toe game

created by Chris

This is a simple Tic Tac Toe game. I'm still working on the algorithm for the non player character, NPC. I can use the minimax algorithm, but I'd like to try my own implementation.

For now, Minimax algorithm was used. See working example at: https://chris-tictactoe.surge.sh/

Updated 11/1/2019

  • attempting to fix the "tie game" bug when player can achieve a win
  • Fixed the tie game bug

About

simple tic tac toe game


Languages

Language:JavaScript 71.7%Language:HTML 14.8%Language:CSS 13.5%