aboutsummaryrefslogtreecommitdiff
path: root/draughts/game.js
Commit message (Expand)AuthorAgeFilesLines
* Add wayyyy more documentation than is healthyThomas Voss 2022-01-171-0/+20
* Check for the game actually endingThomas Voss 2022-01-141-3/+16
* Add support for game historyThomas Voss 2022-01-141-1/+15
* Remove game IDs, they are uselessThomas Voss 2022-01-131-3/+1
* Add king piece supportThomas Voss 2022-01-131-22/+67
* Move the Color enumeration to the public/ folderThomas Voss 2022-01-131-1/+1
* Fix some signaturesThomas Voss 2022-01-131-2/+2
* Basically make the whole game workThomas Voss 2022-01-131-14/+271
* Use tabs instead of spaces like a normal personThomas Voss 2022-01-101-4/+4
* Create a game classThomas Voss 2022-01-091-15/+36
* filled board and basic legal move checkingMayteApolix 2022-01-091-0/+19