Skip to content

Releases: VarunS2002/JavaScript-Tic-Tac-Toe

Minor Update

22 May 13:04
f5cd931
Compare
Choose a tag to compare

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

Major Feature Update

13 May 19:16
b0858de
Compare
Choose a tag to compare

-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

12 May 12:52
35a01c2
Compare
Choose a tag to compare

-Added Restart Game Option

First Release

08 May 22:06
3512138
Compare
Choose a tag to compare

-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