Skip to content

Commit 5651e59

Browse files
committed
N31: Dis-order
Part of rust-gamedev#949
1 parent f458d30 commit 5651e59

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

content/news/031/dis-order.png

446 KB
Loading

content/news/031/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,29 @@ If needed, a section can be split into subsections with a "------" delimiter.
6868

6969
## Game Updates
7070

71+
### [Dis-order]
72+
73+
![Screenshot of Dis-order](dis-order.png)
74+
75+
Dis-order by [@jkhelsing] is a short sokobanesque puzzle game made in 72 hours for
76+
MiniJam 100. In Dis-order you're making chaos instead of order, you win when there
77+
are are no patterns or order in the level.
78+
79+
It's made using [Bevy][dis-order-bevy] and uses [bevy_smud][bevy_smud] for shape rendering,
80+
and a compute pass for the [particle effects][dis-order-particle-effects]. The levels are made with ldtk and
81+
loaded using [bevy_ecs_ldtk][bevy_ecs_ldtk]. Read more about this in the
82+
[post-mortem][dis-order-post-mortem].
83+
84+
[Download the game on itch.io][Dis-order].
85+
86+
[Dis-order]: https://jhelsing.itch.io/dis-order
87+
[bevy_smud]: https://github.com/johanhelsing/bevy_smud
88+
[dis-order-bevy]: https://bevyengine.org
89+
[bevy_ecs_ldtk]: https://github.com/Trouv/bevy_ecs_ldtk
90+
[dis-order-post-mortem]: https://johanhelsing.studio/posts/dis-order
91+
[dis-order-particle-effects]: https://twitter.com/jkhelsing/status/1495604656164282374
92+
[@jkhelsing]: https://twitter.com/jkhelsing
93+
7194
## Engine Updates
7295

7396
## Learning Material Updates

0 commit comments

Comments
 (0)