Skip to content

Commit ab2ae56

Browse files
committed
Add N52 update for Untitled Pixel Wizards Game
1 parent f01542b commit ab2ae56

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

content/news/052/index.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Feel free to send PRs about your own projects!
3131

3232
- [Announcements](#announcements)
3333
- [Game Updates](#game-updates)
34+
- [Untitled Pixel Wizards Game](#untitled-pixel-wizards-game)
3435
- [Engine Updates](#engine-updates)
3536
- [Learning Material Updates](#learning-material-updates)
3637
- [Tooling Updates](#tooling-updates)
@@ -70,6 +71,31 @@ If needed, a section can be split into subsections with a "------" delimiter.
7071

7172
## Game Updates
7273

74+
### [Untitled Pixel Wizards Game][pixel-wizards]
75+
<video controls autoplay muted loop> <source type="video/mp4" src="untitled-pixel-wizards-game.mp4" onerror="parentNode.parentElement.innerText = 'Sorry, your browser does not support the video codec. Try a different browser!'"> />
76+
</video>
77+
_Enemies now perceive, pursue and attack.. and occasionally get burned to death._
78+
79+
[![A Hound chases a player, and its corpse ragdolls after it is burned to death by a fireball](untitled-pixel-wizards-game.gif)][pixel-wizards]
80+
_Enemies now perceive, pursue and attack.. and occasionally get burned to death._
81+
82+
[Untitled Pixel Wizards Game][pixel-wizards] is a local-multiplayer [Noita]-like platformer about
83+
killing baddies using spells powered by pixel physics. This month was focused on juicing up said baddies:
84+
85+
- [Pew Pew Pew][pixel-wizards-update-1]: baddies learned to shoot at players.
86+
- [Hot Pursuit][pixel-wizards-update-2]: baddies also learned to chase players! (They're real smart.)
87+
- [Status Update][pixel-wizards-update-3]: physically-simulated pixels learn to burn & poison players & baddies.
88+
- [Ragdolls][pixel-wizards-update-4]: corpses of dead baddies learn to tumble around all realistic-like.
89+
- [Fiddling with Fire][pixel-wizards-update-5]: the fire mechanic figures out how to better burn baddies.
90+
91+
[pixel-wizards]: https://slowrush.dev
92+
[Noita]: https://store.steampowered.com/app/881100/Noita/
93+
[pixel-wizards-update-1]: https://www.slowrush.dev/news/pew-pew/
94+
[pixel-wizards-update-2]: https://www.slowrush.dev/news/hot-pursuit/
95+
[pixel-wizards-update-3]: https://www.slowrush.dev/news/status-update/
96+
[pixel-wizards-update-4]: https://www.slowrush.dev/news/ragdolls/
97+
[pixel-wizards-update-5]: https://www.slowrush.dev/news/fiddling-with-fire/
98+
7399
## Engine Updates
74100

75101
## Learning Material Updates
@@ -117,7 +143,7 @@ and highlight events from the past. -->
117143

118144
<!-- Section to get more people involved in writing news. -->
119145

120-
Editing this newsletter wouldn't be possible without [your contributions][news_current_prs].
146+
Editing this newsletter wouldn't be possible without [your contributions][news_current_prs].
121147
Thanks to everyone who helped us this month!
122148

123149
If you want something mentioned in the next newsletter, [send us a pull request][pr].
1.72 MB
Loading
Binary file not shown.

sass/_extra.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ a.btn {
121121
// A hack for image captions.
122122
// See https://stackoverflow.com/questions/19331362/using-an-image-caption-in-markdown-jekyll
123123
img + em,
124-
a:first-child + em:last-child {
124+
a:first-child + em:last-child,
125+
video + em {
125126
display: block;
126127
text-align: center;
127128
color: $grey-color;

0 commit comments

Comments
 (0)