Commit graph

218 commits

Author SHA1 Message Date
e8be3d7138 Add wins and losses to leaderboard 2024-01-29 19:19:14 -08:00
da833ac5c9 Send user settings after sending welcome message 2024-01-28 19:56:36 -08:00
f5676a3043 Reset winner when multi-point game is completed 2024-01-26 11:00:40 -08:00
683010813e Only play forced moves when resulting board states are equal 2024-01-23 13:20:17 -08:00
5aa42bb888 Fix crash when playing forced moves 2024-01-22 12:29:37 -08:00
3607efee41 Allow forfeiting match after more than ten minutes of inactivity
Resolves #15.
2024-01-17 13:40:45 -08:00
89f20dffb9 Include player ratings in game state 2024-01-13 22:14:30 -08:00
5c9d812049 Update email address 2024-01-13 20:09:34 -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
3b818ab272 Allow spectators to use the set command 2024-01-13 13:14:39 -08:00
8beef4b20d Disable playing forced moves automatically by default 2024-01-13 13:02:48 -08:00
5410496772 Require checkers to enter from bar before moving other checkers 2024-01-11 18:47:04 -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
3eb433e573 Optimize calculating legal moves 2024-01-10 23:13:46 -08:00
b77a42abd7 Play forced moves automatically
Resolves #5.
2024-01-10 21:42:43 -08:00
118a7f78eb Fix pip count when playing tabula 2024-01-08 10:36:27 -08:00
ce0122a594 Support playing tabula games 2024-01-08 03:51:22 -08:00
7064b0b085 Update active field when an account logs in or finishes a game 2024-01-07 12:54:20 -08:00
0892030f73 Rename parameter acey as variant, allowing additional variants to be supported 2024-01-07 12:37:01 -08:00
469865395f Refactor server package 2024-01-05 18:41:13 -08:00
d19fb30f19 Cache server and bot statistics 2024-01-05 18:27:03 -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
1146b1c5c3 Add separate ratings for acey-deucey games 2024-01-02 18:54:10 -08:00
4af5394f26 Add initial support for interfacing with gnubg 2023-12-30 14:38:48 -08:00
b46a6ce817 Disallow bots from joining player matches 2023-12-30 12:47:59 -08:00
cacf0ae244 Forefeit match when player leaves early 2023-12-30 11:50:29 -08:00
62304c2736 Format bot accounts in leaderboard 2023-12-30 00:39:54 -08:00
33a850b495 Add leaderboard 2023-12-29 23:31:57 -08:00
86cc2df9cd Format bot account names 2023-12-29 23:00:42 -08:00
5ec74dd3db Add player ratings
Resolves #7.
2023-12-29 22:52:27 -08:00
a2fb60cf35 Fix handling finished acey-deucey games 2023-12-24 23:58:51 -08:00
262d006c71 Fix rematch command 2023-12-23 00:14:47 -08:00
cb3ead6cd0 Add verbose flag 2023-12-21 12:52:56 -08:00
6d63fc5db3 Serve matches via URL 2023-12-19 18:43:50 -08:00
ae5696152b Send replay of current match when no match is specified 2023-12-19 18:26:16 -08:00
54a5c228c1 Add history command 2023-12-19 16:30:16 -08:00
aef7db8309 Lock database 2023-12-18 15:36:08 -08:00
c9af675820 Update replay format 2023-12-16 11:41:53 -08:00
764c491c5b Add replay command 2023-12-15 23:27:24 -08:00
5191ecb83d Record replays 2023-12-15 19:22:59 -08:00
ac522526e7 Add replay specification 2023-12-15 18:27:10 -08:00
24323b7b34 Provide cumulative statistics 2023-12-15 17:20:04 -08:00
3927cbbc2c Roll automatically when it is not possible to double
Resolves #6.
2023-12-15 13:43:22 -08:00
76132479c4 Re-roll automatically to determine starting player 2023-12-15 12:41:06 -08:00
cfb17add3b Support changing account settings 2023-12-15 01:00:18 -08:00
d8ad756a5c Support changing account password 2023-12-14 23:20:50 -08:00