Commit graph

28 commits

Author SHA1 Message Date
1e079dcccf Implement help command
Resolves #18.
2024-07-19 17:32:30 -07:00
09878764aa Add setting for traditional opponent move space numbers 2024-02-20 13:33:31 -08:00
7e06bf4e32 Paginate match history 2024-01-13 17:56:52 -08:00
d3ac00eb34 Include player rating in history 2024-01-13 17:15:35 -08:00
eda9754b06 Include player rating in match listing 2024-01-13 16:09:07 -08:00
84896b2982 Add setting for checker movement speed 2024-01-11 16:39:02 -08:00
262ad93e51 Add setting for advanced checker movement 2024-01-11 11:34:02 -08:00
b77a42abd7 Play forced moves automatically
Resolves #5.
2024-01-10 21:42:43 -08:00
ce0122a594 Support playing tabula games 2024-01-08 03:51:22 -08:00
f049353bd3 Store board state as []int8 2024-01-05 18:18:54 -08:00
fb58a25c67 Add setting for flipping board 2024-01-05 11:52:35 -08:00
54a5c228c1 Add history command 2023-12-19 16:30:16 -08:00
764c491c5b Add replay command 2023-12-15 23:27:24 -08:00
cfb17add3b Support changing account settings 2023-12-15 01:00:18 -08:00
a5b4c03e9f Send roll event when player selects doubles in acey-deucey games 2023-12-14 00:04:18 -08:00
c7d4c1825f Support account registration
Resolves #1.
2023-12-13 15:03:27 -08:00
d0f8b45b0f Add match listing API 2023-11-16 09:25:26 -08:00
c4aa14d514 Award extra points for backgammons and gammons 2023-10-20 14:53:37 -07:00
f96a4fdb1a Allow specifying match points 2023-10-18 19:59:48 -07:00
c4a1a3f99d Fix FailedLeave event 2023-09-19 00:32:01 -07:00
f63bd90964 Update EventLeft 2023-09-11 19:59:31 -07:00
daa8bce760 Check for win condition 2023-09-07 23:35:27 -07:00
7a7141d189 Add remaining JSON events 2023-08-27 14:10:18 -07:00
ce59fe7598 Add ten minute read/write timeouts 2023-08-26 23:44:41 -07:00
2f09683339 Add more JSON events 2023-08-26 20:33:16 -07:00
1c60039ed9 Add initial JSON events 2023-08-26 19:47:12 -07:00
17056eb77e Add basic command parsing and handling 2023-08-03 22:29:54 -07:00
6ce7af469a Initial commit 2023-07-31 16:46:28 -07:00