Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephtelolahy committed Nov 20, 2023
1 parent bce5100 commit 3f448b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ struct HandlerTriggeredEffects: GameActionHandler {
return nil
}

// Sort triggered effects by priority
// <sort triggered by priority>
triggered.sort { action1, action2 in
guard case let .effect(_, ctx1) = action1,
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!](<https://en.wikipedia.org/wiki/Bang!_(card_game)>) card game**

**Trading card games**: a form of competitive activity played according to rules. it is turn based, cards have properties and have rules.
Expand Down

0 comments on commit 3f448b6

Please sign in to comment.