Commit Graph

9 Commits

Author SHA1 Message Date
Andrio Celos
260b1425bd
Enable non-default costs for custom cards 2025-03-29 18:52:12 +11:00
Andrio Celos
42dc0b462b Automatically wrap custom card names and calculate text scale on the client 2024-02-09 17:07:43 +11:00
Andrio Celos
ba96b6b6f6 Implement custom cards in battles 2024-02-08 15:49:49 +11:00
Andrio Celos
00454429a4 Fix creating a game as a spectator 2023-11-24 13:55:01 +11:00
Andrio Celos
5f184795cb Target .NET 8.0 2023-11-23 12:24:57 +11:00
Andrio Celos
ffd9d7d807 Add more options for stage selection. Resolves #13 2023-11-18 23:24:10 +11:00
Andrio Celos
deb8a673ab Card art and sleeves update 2023-10-10 09:31:50 +11:00
Andrio Celos
dcb669490c Multiple-game sets
This allows any number of games to be played in a room.
Each player bar will show the number of games that player has won. If a goal win count is selected in More Options, the set will end when someone reaches that many wins. Otherwise, players can start a new game after the game ends.
2023-08-13 22:20:23 +10:00
Andrio Celos
d4e8d86571 Rework sync procedure and add a loading indicator
The server will now send a sync message when the client connects via WebSocket. This removes the need to send another GET request to sync game data.
2022-10-25 12:08:18 +11:00