index
:
tic-tac-toe
master
Tic Tac Toe game in React with multiplayer support through Socket.IO
Vidhu Kant Sharma
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-07-15
update readme
HEAD
master
Vidhu Kant Sharma
2023-07-15
cleaned up code, added timeout, etc
Vidhu Kant Sharma
2021-08-23
changed draw message and now the winner doesn't get extra turn
MikunoNaka
2021-08-15
changed prompt to something easier to read
MikunoNaka
2021-08-01
Fix link in README
Vidhu Kant Sharma
2021-08-01
Update README and change gamemode names
MikunoNaka
2021-08-01
Merge pull request #2 from MikunoNaka/multiplayer
Vidhu Kant Sharma
2021-08-01
created menu entry to enter join code
MikunoNaka
2021-08-01
added functionality to detect incorrect room code
MikunoNaka
2021-08-01
Added protection against duplicate room codes
MikunoNaka
2021-07-31
Added basic rooms support
MikunoNaka
2021-07-25
Merge pull request #1 from MikunoNaka/multiplayer
Vidhu Kant Sharma
2021-07-24
Added menu to host/join game and protection against cheating
MikunoNaka
2021-07-23
added menu to switch single/multiplayer
MikunoNaka
2021-07-23
somehow made it work on multiple devices
MikunoNaka
2021-07-22
removed typescript "bloat"
MikunoNaka
2021-07-22
fixed score not updating
MikunoNaka
2021-07-22
fixed wrong winner showing
MikunoNaka
2021-07-22
now the board and turn are handled by backend
MikunoNaka
2021-07-21
implemented basic checking winner/draw in multiplayer
MikunoNaka
2021-07-21
Implemented basic connection between client and server using websockets
MikunoNaka
2021-07-21
fixed MessageBox z-index
MikunoNaka
2021-07-21
Fixed styling and add prompt for player
MikunoNaka
2021-07-21
added app.json
MikunoNaka
2021-07-21
added procfile
MikunoNaka
2021-07-21
Bug Fix: score doesn't increase on draw
MikunoNaka
2021-07-19
Removed GoLang Heroku Server
MikunoNaka
2021-07-19
Implemented an alternative for alert() so now it works on more browsers
MikunoNaka
2021-07-15
fixed error when board does not clear on Firefox mobile
MikunoNaka
2021-07-15
remove makefile I think it is useless
MikunoNaka
2021-07-15
fixed 404 error because of build being in different directory
MikunoNaka
2021-07-15
added Procfile and Makefile from heroku's default template
MikunoNaka
2021-07-15
Added a very simple server for heroku
MikunoNaka
2021-07-15
Initial commit
MikunoNaka