@@ -68,6 +68,33 @@ If needed, a section can be split into subsections with a "------" delimiter.
68
68
69
69
## Game Updates
70
70
71
+ ### [ Bevy game jam results] ( jam-result-page )
72
+
73
+ [ jam-result-page ] : https://itch.io/jam/bevy-jam-1/results
74
+
75
+ #### [ Warlock's Gambit] ( warlocks-gambit-itchio )
76
+
77
+ ![ Warlock's Gambit Screenshot] ( warlocks_gambit.jpg )
78
+ _ Screenshot of Warlock's Gambit_
79
+
80
+ [ Warlock's Gambit] ( warlocks-gambit-itchio ) is a puzzle game constructed like a
81
+ card game, playable in the browser. You are given a static deck and have to play
82
+ your cards carefully to beat your opponent. In keeping with the theme of the
83
+ jam, the decks are stacked against you, in fact, it's impossible to win by
84
+ default. But you have a trick up your sleeve, literally. You can drag a card in
85
+ your sleeve to play it later.
86
+
87
+ The jam release was limited and confusing, but a post-jam update fixed the
88
+ most annoying bugs, clarified the game rules, enabled importing custom decks,
89
+ and added great code documentation (including a flow diagram demonstrating the
90
+ game state changes).
91
+
92
+ The game code is licensed under MIT or Apache-2 and is [ available on
93
+ Github] ( warlocks-gambit-github ) .
94
+
95
+ [ warlocks-gambit-itchio ] : https://gibonus.itch.io/warlocks-gambit
96
+ [ warlocks-gambit-github ] : https://github.com/team-plover/warlocks-gambit
97
+
71
98
### [ V-Racer] [ vracer-github ]
72
99
73
100
![ VRacer screenshot] ( vracer_screenshot.gif )
0 commit comments