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