From 3f448b65c66987cc3a621249ebe3d0b65d759be9 Mon Sep 17 00:00:00 2001 From: Stephano Telolahy Date: Mon, 20 Nov 2023 23:24:23 +0100 Subject: [PATCH] wip --- .../Game/Middleware/GameLoop/HandlerTriggeredEffects.swift | 1 - README.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/GameKit/Sources/Game/Middleware/GameLoop/HandlerTriggeredEffects.swift b/GameKit/Sources/Game/Middleware/GameLoop/HandlerTriggeredEffects.swift index 0503fd038..85fa09bbc 100644 --- a/GameKit/Sources/Game/Middleware/GameLoop/HandlerTriggeredEffects.swift +++ b/GameKit/Sources/Game/Middleware/GameLoop/HandlerTriggeredEffects.swift @@ -36,7 +36,6 @@ struct HandlerTriggeredEffects: GameActionHandler { return nil } - // Sort triggered effects by priority // triggered.sort { action1, action2 in guard case let .effect(_, ctx1) = action1, diff --git a/README.md b/README.md index 51b3d9bae..69da2c02d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # WildWestOnline -[![iOS Build](https://github.com/stephtelolahy/WildWestOnline/actions/workflows/ios.yml/badge.svg)](https://github.com/stephtelolahy/WildWestOnline/actions/workflows/ios.yml) - **Prototyping a game engine for the [Bang!]() card game** **Trading card games**: a form of competitive activity played according to rules. it is turn based, cards have properties and have rules.