aboutsummaryrefslogtreecommitdiff
path: root/draughts/public/javascripts/messages.js
Commit message (Collapse)AuthorAgeFilesLines
* Add wayyyy more documentation than is healthyThomas Voss 2022-01-171-1/+8
|
* Add support for the game actually endingThomas Voss 2022-01-141-0/+1
|
* Inform the clients of various events via alertsThomas Voss 2022-01-131-0/+1
|
* Basically make the whole game workThomas Voss 2022-01-131-3/+5
| | | | Too many changes to write a commit message, just read the code.
* Be a bit more verbose in message descriptionsThomas Voss 2022-01-101-3/+3
|
* Create a Messages enumerationThomas Voss 2022-01-091-0/+5
| | | | | | | | This enumeration contains all of the different Messages that can be communicated between the clients and the server. The enum names should make the meaning of each obvious enough, but they still have comments besides them explaining who sends the message to who, and what the message actually entails.
* Remove useless shitThomas Voss 2022-01-061-50/+0
|
* Used boilerplate code to restructure project, edited splash.html and added ↵MayteApolix 2022-01-061-0/+50
routing functionality