Commit graph

251 commits

Author SHA1 Message Date
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
93cfc4da05 Fix resetting password 2023-12-14 21:44:11 -08:00
c2d1c705ac Fix recording acey-deucey games 2023-12-14 02:03:31 -08:00
a5b4c03e9f Send roll event when player selects doubles in acey-deucey games 2023-12-14 00:04:18 -08:00
242b6132e6 Fix pips calculation when playing acey-deucey 2023-12-13 21:27:50 -08:00
c793dc4aeb Send password reset email 2023-12-13 20:29:34 -08:00
c7d4c1825f Support account registration
Resolves #1.
2023-12-13 15:03:27 -08:00
f939d053a8 Fix rerolling in acey-deucey games 2023-12-11 10:52:48 -08:00
d4608ff3b3 Fix creating acey-deucey matches 2023-12-10 16:10:53 -08:00
d80569de31 Fix panic while calculating legal moves 2023-12-09 12:23:20 -08:00
8c4b5112ba Fix 'ok' command 2023-12-08 14:04:05 -08:00
5abce61fab Print tabula bot statistics 2023-12-02 22:42:41 -08:00
92fc564d00 Fix database 2023-12-02 20:47:59 -08:00
50943c96c4 Allow local servers to relay chat messages 2023-11-30 18:14:29 -08:00
817f86dcf9 Alow embedding server 2023-11-30 13:31:26 -08:00
3286105c9c Fix 'ok' command 2023-11-30 09:03:08 -08:00
a06abe550f Fix transitioning spectators during rematch 2023-11-28 14:52:07 -08:00
2d1454dc63 Award one point for each remaining opponent checker in acey-deucey games 2023-11-27 20:08:26 -08:00