TableturfBattleApp/TableturfBattleServer
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
..
.vscode Initial commit 2022-10-01 16:00:50 +10:00
Card.cs Correct special cost of Dapple Dualies Noveau 2023-08-12 19:05:29 +10:00
CardDatabase.cs Correct special cost of Dapple Dualies Noveau 2023-08-12 19:05:29 +10:00
Colour.cs Initial commit 2022-10-01 16:00:50 +10:00
DataStructures.cs Multiple-game sets 2023-08-13 22:20:23 +10:00
Error.cs Improve loading indicators, error and timeout handling 2022-10-28 13:36:40 +11:00
Game.cs Multiple-game sets 2023-08-13 22:20:23 +10:00
GameState.cs Multiple-game sets 2023-08-13 22:20:23 +10:00
Move.cs Implement turn time limits 2023-06-15 15:27:41 +10:00
Placement.cs Initial commit 2022-10-01 16:00:50 +10:00
Player.cs Multiple-game sets 2023-08-13 22:20:23 +10:00
Point.cs Initial commit 2022-10-01 16:00:50 +10:00
Program.cs Multiple-game sets 2023-08-13 22:20:23 +10:00
Rarity.cs Initial commit 2022-10-01 16:00:50 +10:00
ReplayTurn.cs Implement turn time limits 2023-06-15 15:27:41 +10:00
SingleGameData.cs Multiple-game sets 2023-08-13 22:20:23 +10:00
Space.cs Initial commit 2022-10-01 16:00:50 +10:00
Stage.cs Rework sync procedure and add a loading indicator 2022-10-25 12:08:18 +11:00
StageDatabase.cs Correct start spaces on Main Street. Fixes #8. 2023-04-13 09:24:10 +10:00
TableturfBattleServer.csproj Implement turn time limits 2023-06-15 15:27:41 +10:00
TableturfWebSocketBehaviour.cs Track inactive games and add a command to lock the server for updates 2022-12-28 00:03:10 +11:00