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
Age
Commit message (
Expand
)
Author
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