Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5947787

Browse filesBrowse files
cartAngelOnFira
andauthored
N37: Bevy Jam 2 (rust-gamedev#1151)
Co-authored-by: Forest Anderson <forestkzanderson@gmail.com>
1 parent 0308f05 commit 5947787
Copy full SHA for 5947787

File tree

Expand file treeCollapse file tree

7 files changed

+98
-0
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+98
-0
lines changed

‎content/news/037/bevy_jam_2.png

Copy file name to clipboard
64.5 KB
Loading

‎content/news/037/combo_box.png

Copy file name to clipboard
19.5 KB
Loading

‎content/news/037/index.md

Copy file name to clipboardExpand all lines: content/news/037/index.md
+98Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,104 @@ If needed, a section can be split into subsections with a "------" delimiter.
6666

6767
## Announcements
6868

69+
### [Bevy Jam #2][bevy-jam-results]
70+
71+
![Bevy Jam 2](bevy_jam_2.png)
72+
73+
Voting on [Bevy Jam #2][bevy-jam] just finished! It was a
74+
10 day event, where the goal was to make a game in
75+
[Bevy Engine][bevy-engine], the free and open-source game engine
76+
built in Rust. The theme was 'Combine'.
77+
78+
The [full results can be found on itch.io][bevy-jam-results]. There were 404 participants,
79+
85 submissions, and 2,674 ratings, making it the biggest Bevy Jam yet!
80+
(And maybe the biggest Rust game jam ever?)
81+
82+
Here are the top five games:
83+
84+
[bevy-jam]: https://itch.io/jam/bevy-jam-2/
85+
[bevy-jam-results]: https://itch.io/jam/bevy-jam-2/results
86+
[bevy-engine]: https://bevyengine.org/
87+
88+
#### 🥇 First Place: [USA Football League Scouting Combine XLV][usa-football]
89+
90+
![USA Football League Scouting Combine XLV logo](usa_football.png)
91+
92+
[USA Football League Scouting Combine XLV][usa-football] is a game where you take
93+
part in the historic unveiling of the "Combine Combine" event at this year's
94+
USA Football League Scouting Combine!
95+
96+
USAFLSCXLV is singleplayer action game where you attempt to score as many touchdowns
97+
as you can while avoiding professional football players, navigating a corn maze
98+
and also avoiding a combine machine harvesting the maze.
99+
100+
The source for the game is available on [GitHub][usa-football-source].
101+
102+
[usa-football]: https://ramirezmike2.itch.io/usa-football-league-scouting-combine-xlv
103+
[usa-football-source]: https://github.com/ramirezmike/bevy_jam_02_entry
104+
105+
#### 🥈 Second Place: [Loot Goblin][loot-goblin]
106+
107+
![Loot Goblin](loot_goblin.png)
108+
109+
[Loot Goblin][loot-goblin] is a game where you craft your way to victory in a
110+
unique adventurer's backpack simulation!
111+
112+
We're going dungeon crawling, but all the hard work is done for you by the valiant
113+
Sir Hoardalot, and you, as his resourcesful Loot Goblin are going to keep his
114+
backpack in order! Craft potions and weapons to strengthen the hero, and help
115+
kill the evil Ogre Necromancer.
116+
117+
The source code for the game is available [on Github][loot-goblin-source].
118+
119+
[loot-goblin]: https://park-dev.itch.io/loot-goblin
120+
[loot-goblin-source]: https://github.com/vanGeck/bevy-jam-2
121+
122+
#### 🥉 Third Place: [Shanty Quest: Treble at Sea][shanty-quest]
123+
124+
![Shanty Quest Screenshot](shanty_quest.png)
125+
126+
In [Shanty Quest: Treble at Sea][shanty-quest], you combine the magical instruments
127+
and become the Pirate King!
128+
129+
The source code is available on [GitHub][shanty-quest-source].
130+
131+
[shanty-quest]: https://jabuwu.itch.io/shanty-quest
132+
[shanty-quest-source]: https://github.com/jabuwu/shanty-quest
133+
134+
#### Fourth Place: [Combobox][combobox]
135+
136+
![Combobox Screenshot](combo_box.png)
137+
138+
[Combobox][combobox] is a game where you navigate through space with a tiny robot
139+
combining boxes with unique features!
140+
141+
The source code is available on [GitHub][combobox-source].
142+
143+
[combobox]: https://combobox-game.itch.io/combobox
144+
[combobox-source]: https://github.com/ComboboxGame/Combobox
145+
146+
#### Fifth Place: [Mole Rancher][mole-rancher]
147+
148+
![Mole Rancher Screenshot](mole_rancher.png)
149+
150+
[Mole Rancher][mole-rancher] is a game where you made it through university, got
151+
your PhD,and now you have been selected to work in an top secret experimental
152+
facility which promises a way to generate infinite energy through the combination
153+
of various strange particles.
154+
155+
Use power to generate curious molecules, check their properties in your logbook,
156+
monitor their progress through your trusty E-merge device, and try not to let the
157+
reactor overheat!
158+
159+
And don't worry about those armed guards on the way in, as long as you meet your
160+
quota then you'll have no problems...
161+
162+
The source for this game is available on [GitHub][mole-rancher-source].
163+
164+
[mole-rancher]: https://infinitefall.itch.io/mole-rancher
165+
[mole-rancher-source]: https://github.com/V4L3NC3/mole_rancher
166+
69167
## Game Updates
70168

71169
### [Catacomb 2-64k][catacomb-2-repo]

‎content/news/037/loot_goblin.png

Copy file name to clipboard
13.3 KB
Loading

‎content/news/037/mole_rancher.png

Copy file name to clipboard
19.4 KB
Loading

‎content/news/037/shanty_quest.png

Copy file name to clipboard
28 KB
Loading

‎content/news/037/usa_football.png

Copy file name to clipboard
19.8 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.