Skip to content

Commit 0fffd9f

Browse files
committed
N32: Add Warlock's Gambit section
Add the section referred in rust-gamedev#979
1 parent 1ed0b1c commit 0fffd9f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

content/news/032/index.md

+26
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,32 @@ If needed, a section can be split into subsections with a "------" delimiter.
6868

6969
## Game Updates
7070

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. You are given a static deck and have to play your cards carefully to
82+
beat your opponent. In keeping with the theme of the jam, the decks are stacked
83+
against you, in fact, it's impossible to win by default. But you have a trick up
84+
your sleeve, literally. You can drag a card in your sleeve to play it later.
85+
86+
The jam release was limited and confusing, but a post-release update fixed the
87+
most annoying bugs, clarified the game rules, enabled importing custom decks,
88+
and added great code documentation (including a flow diagram demonstrating the
89+
game state changes).
90+
91+
The game code is licensed under MIT OR Apache2 and is [available on
92+
github](warlocks-gambit-github). Please use `cargo doc` to access the docs.
93+
94+
[warlocks-gambit-itchio]: https://gibonus.itch.io/warlocks-gambit
95+
[warlocks-gambit-github]: https://github.com/team-plover/warlocks-gambit
96+
7197
### [V-Racer][vracer-github]
7298

7399
![VRacer screenshot](vracer_screenshot.gif)

content/news/032/warlocks_gambit.jpg

95.9 KB
Loading

0 commit comments

Comments
 (0)