Skip to content

Releases: VarunS2002/JavaScript-Tic-Tac-Toe

Minor Update

Choose a tag to compare

@VarunS2002 VarunS2002 released this 22 May 13:04
f5cd931

-Added heading to the page
-Buttons grid now looks like a proper tic-tac-toe game

Major Feature Update

Choose a tag to compare

@VarunS2002 VarunS2002 released this 13 May 19:16
b0858de

-Added new mode : Player vs Computer
-Now there are 2 modes namely Player vs Computer and Player vs Player
-Default mode is Player vs Computer
-Added toggle to change the mode
-In PvC mode user always inputs X and the computer inputs O
-Added different result messages based on the mode
-Added more comments

Minor Feature Update

Choose a tag to compare

@VarunS2002 VarunS2002 released this 12 May 12:52
35a01c2

-Added Restart Game Option

First Release

Choose a tag to compare

@VarunS2002 VarunS2002 released this 08 May 22:06
3512138

-Input X and O alternatively by clicking on the buttons in the grid
-First to start is always X
-Shows you who won or if it's a draw
-Refresh page to restart game
-Navbar with version, link for releases and for sources
-Comments to easily understand code