index
:
tic-tac-toe
master
Shitty but open source and multiplayer tic tac toe
Vidhu Kant Sharma
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
components
Age
Commit message (
Expand
)
Author
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-24
Added menu to host/join game and protection against cheating
MikunoNaka
2021-07-23
added menu to switch single/multiplayer
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 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
Bug Fix: score doesn't increase on draw
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
Initial commit
MikunoNaka