arun-esh / tic_tac_toe

Tic Tac Toe

Home Page:https://arun-esh.github.io/tic_tac_toe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac toe

User can chose to play with another player, Computer level1 and Computer level 2

Description:

There will be three options for user to select:

  • Player vs Player

    First user will get "X" assigned to them and second will get "O".

  • Player vs Computer Lvl1

    User will play with computer. Computer user will just choose any random empty spot. There is no logic implimented for computer user to win. It is just blindly choosing any random empty spot.

  • Player vs Computer Lvl2

    User will be playing with Computer who is programmed to win. With every move, computer will try to choose best spot.

How it is started:

image-20220708164507278

Some Progress

- - -
image-20220708202710842 image-20220708202748522 image-20220708202813035

About

Tic Tac Toe

https://arun-esh.github.io/tic_tac_toe/


Languages

Language:HTML 41.2%Language:JavaScript 32.1%Language:CSS 26.7%