Skip to content

A simple Tic-Tac-Toe game based on simple AI.

Notifications You must be signed in to change notification settings

shomikg/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe game

Live on - https://shomikg.github.io/TicTacToe/ A short interactive game developed using Vanilla JS to play the game of TIC-TAC-TOE with a simple AI robot.

Web application with a text message suggesting you have won

Technologies Used in this repo

  • JavaScript ES6: plain JS (as opposed to jQuery, etc.) is used to dynamically query, create, modify, and remove HTML elements/nodes

Features

  1. A message appears if the wins or loses or draws the match with the AI.

  2. The app keeps a count of all the marks done by the AI as well as user to decide the clear winner at the end of the game.

    Message After the AI wins

Thoughts

Making games using just Vanilla JS is so much fun.

About

A simple Tic-Tac-Toe game based on simple AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published