TableturfBattleApp/TableturfBattleServer
2025-03-29 18:52:12 +11:00
..
.vscode Reorganise server code; move API endpoints into separate methods 2024-02-29 11:39:04 +11:00
ApiEndpointAttribute.cs Reorganise server code; move API endpoints into separate methods 2024-02-29 11:39:04 +11:00
ApiEndpoints.cs Remove some validation from deckSleeves API field 2025-03-27 18:09:55 +11:00
Card.cs Enable non-default costs for custom cards 2025-03-29 18:52:12 +11:00
CardDatabase.cs Fix incorrectly-positioned ink pattern on Heavy Edit Splatling 2024-06-10 12:45:25 +10:00
Colour.cs Randomise ink colours each game 2023-10-21 18:33:06 +11:00
DataStructures.cs Enable non-default costs for custom cards 2025-03-29 18:52:12 +11:00
Deck.cs Target .NET 8.0 2023-11-23 12:24:57 +11:00
Error.cs Target .NET 8.0 2023-11-23 12:24:57 +11:00
Game.cs Fix incorrectly-positioned ink pattern on Heavy Edit Splatling 2024-06-10 12:45:25 +10:00
GameState.cs Multiple-game sets 2023-08-13 22:20:23 +10:00
HttpRequestHelper.cs Reorganise server code; move API endpoints into separate methods 2024-02-29 11:39:04 +11:00
JsonUtils.cs Add more options for stage selection. Resolves #13 2023-11-18 23:24:10 +11:00
Move.cs Target .NET 8.0 2023-11-23 12:24:57 +11:00
Placement.cs Target .NET 8.0 2023-11-23 12:24:57 +11:00
Player.cs Implement custom cards in battles 2024-02-08 15:49:49 +11:00
PlayerColours.cs Randomise ink colours each game 2023-10-21 18:33:06 +11:00
Point.cs Target .NET 8.0 2023-11-23 12:24:57 +11:00
Program.cs Reorganise server code; move API endpoints into separate methods 2024-02-29 11:39:04 +11: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
Server.cs Reorganise server code; move API endpoints into separate methods 2024-02-29 11:39:04 +11:00
SingleGameData.cs Card art and sleeves update 2023-10-10 09:31:50 +11:00
Space.cs Initial commit 2022-10-01 16:00:50 +10:00
Stage.cs Prevent choosing stages that don't support the number of players in the game 2024-02-22 15:44:58 +11:00
StageDatabase.cs Fix layout of stages Two-Lane Splattop and Pedal to the Metal 2024-02-24 21:08:54 +11:00
StageSelectionPrompt.cs Add more options for stage selection. Resolves #13 2023-11-18 23:24:10 +11:00
StageSelectionRules.cs Prevent choosing stages that don't support the number of players in the game 2024-02-22 15:44:58 +11:00
TableturfBattleServer.csproj Target .NET 8.0 2023-11-23 12:24:57 +11:00
TableturfWebSocketBehaviour.cs Reorganise server code; move API endpoints into separate methods 2024-02-29 11:39:04 +11:00