Skip to content

jeffro94/tictactoe-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Overview

This is an implementation of Tic-Tac-Toe that runs in the browser. Implemented using vanilla HTML5/CSS3/JavaScript(ES6).

See and play the game at: https://jeffro94.github.io/tictactoe-web/

Rules for AI

Level 1

  • Randomly select an available space

Level 2

  • Try the center space
  • Try the corner spaces (in random order)
  • Try the side spaces (in random order)

About

A web implementation of the tic-tac-toe game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors