| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check for the game actually ending | Thomas Voss | 2022-01-14 | 1 | -3/+16 | 
| * | Add a shit load of documentation | Thomas Voss | 2022-01-14 | 1 | -13/+93 | 
| * | Add support for the game actually ending | Thomas Voss | 2022-01-14 | 2 | -0/+7 | 
| * | Add support for game history | Thomas Voss | 2022-01-14 | 4 | -7/+58 | 
| * | Update the README | Thomas Voss | 2022-01-14 | 1 | -2/+46 | 
| * | Inform the clients of various events via alerts | Thomas Voss | 2022-01-13 | 4 | -5/+11 | 
| * | Remove game IDs, they are useless | Thomas Voss | 2022-01-13 | 2 | -4/+2 | 
| * | Remove emacs modeline | Thomas Voss | 2022-01-13 | 1 | -3/+1 | 
| * | Fix indentation | Thomas Voss | 2022-01-13 | 1 | -5/+4 | 
| * | Add king piece support | Thomas Voss | 2022-01-13 | 6 | -51/+161 | 
| * | Spaces -> Tabs | Thomas Voss | 2022-01-13 | 3 | -10/+10 | 
| * | Fix shebang | Thomas Voss | 2022-01-13 | 1 | -1/+1 | 
| * | Merge branch 'main' of github.com:MayteSteeghs/draughts | Thomas Voss | 2022-01-13 | 6 | -7/+107 | 
| |\ | |||||
| | * | ejs splash screen rendering | MayteApolix | 2022-01-13 | 6 | -7/+107 | 
| * | | Move the Color enumeration to the public/ folder | Thomas Voss | 2022-01-13 | 6 | -16/+16 | 
| |/ | |||||
| * | Remove duplicate code | Thomas Voss | 2022-01-13 | 1 | -2/+8 | 
| * | Fix some signatures | Thomas Voss | 2022-01-13 | 1 | -2/+2 | 
| * | Basically make the whole game work | Thomas Voss | 2022-01-13 | 9 | -40/+480 | 
| * | Ignore my custom Makefile | Thomas Voss | 2022-01-13 | 1 | -0/+1 | 
| * | Remove unused file | Thomas Voss | 2022-01-13 | 1 | -84/+0 | 
| * | Add tabulation script | Thomas Voss | 2022-01-10 | 1 | -0/+8 | 
| * | Use tabs instead of spaces like a normal person | Thomas Voss | 2022-01-10 | 2 | -28/+27 | 
| * | Be a bit more verbose in message descriptions | Thomas Voss | 2022-01-10 | 1 | -3/+3 | 
| * | Add a `totalGames' variable | Thomas Voss | 2022-01-10 | 1 | -0/+1 | 
| * | Remove all sorts of unused code | Thomas Voss | 2022-01-09 | 1 | -146/+68 | 
| * | Add a game queue and handle disconnects | Thomas Voss | 2022-01-09 | 1 | -9/+50 | 
| * | Create a game class | Thomas Voss | 2022-01-09 | 1 | -15/+36 | 
| * | Add a game script | Thomas Voss | 2022-01-09 | 2 | -40/+45 | 
| * | Create a Messages enumeration | Thomas Voss | 2022-01-09 | 1 | -0/+5 | 
| * | Create a Piece class | Thomas Voss | 2022-01-09 | 1 | -0/+23 | 
| * | Create an environment object | Thomas Voss | 2022-01-09 | 1 | -0/+10 | 
| * | Make the upper left square a light square | Thomas Voss | 2022-01-09 | 1 | -100/+100 | 
| * | Remove semicolons | Thomas Voss | 2022-01-09 | 1 | -11/+5 | 
| * | Add a Color enumeration | Thomas Voss | 2022-01-09 | 1 | -0/+7 | 
| * | filled board and basic legal move checking | MayteApolix | 2022-01-09 | 2 | -0/+181 | 
| * | Finish the HTML and CSS for the main game screen | Thomas Voss | 2022-01-09 | 2 | -411/+182 | 
| * | Use SVGs for the board and pieces | Thomas Voss | 2022-01-09 | 5 | -0/+121 | 
| * | Maybe make the table not look stupid on some machines | Thomas Voss | 2022-01-06 | 2 | -11/+17 | 
| * | Add pieces to the board | Thomas Voss | 2022-01-06 | 2 | -117/+376 | 
| * | We dont need this either | Thomas Voss | 2022-01-06 | 2 | -14/+0 | 
| * | Use tabs, not spaces like some fucking heretic | Thomas Voss | 2022-01-06 | 2 | -25/+19 | 
| * | Remove useless line | Thomas Voss | 2022-01-06 | 1 | -3/+1 | 
| * | Remove useless shit | Thomas Voss | 2022-01-06 | 4 | -1103/+3 | 
| * | Used boilerplate code to restructure project, edited splash.html and added ro... | MayteApolix | 2022-01-06 | 21 | -18/+1208 | 
| * | Add some score HTML | Thomas Voss | 2022-01-01 | 1 | -0/+6 | 
| * | Try to fix merge | Thomas Voss | 2022-01-01 | 0 | -0/+0 | 
| |\ | |||||
| | * | Added score functionality to html game file | MayteApolix | 2021-12-27 | 1 | -0/+6 | 
| * | | Reorganize files, and add lots of CSS | Thomas Voss | 2022-01-01 | 9 | -203/+312 | 
| |/ | |||||
| * | Create the basic HTML layout for the game screen | Thomas Voss | 2021-12-25 | 1 | -6/+182 | 
| * | Merge branch 'main' of github.com:MayteSteeghs/draughts | Thomas Voss | 2021-12-25 | 4 | -0/+0 | 
| |\ | |||||