diff --git a/content/news/044/index.md b/content/news/044/index.md index 43b11b7b4..2bdf2677a 100644 --- a/content/news/044/index.md +++ b/content/news/044/index.md @@ -119,6 +119,26 @@ Participate [by joining the Discord server][cybergate-dis]. [cybergate-yt]: https://youtube.com/channel/UClrsOso3Xk2vBWqcsHC3Z4Q [cybergate-dis]: https://discord.gg/R7DkHqw7zJ +### [ZOMBIE DEMO GAME] + +![A person in a red suit shooting zombies with a pistol](zombie-demo-game.png) + +[ZOMBIE DEMO GAME] is a small third person zombie shooter by [@LPGhatguy] and +[@evaera] that released this month. + +It features an astonishing 10 minutes of gameplay, a built-in level editor, and +zombies! It was produced in order to practice shipping a game and uses a custom +engine using wgpu, hecs, and lots of other great crates from the ecosystem. + +ZOMBIE DEMO GAME is available for Windows and Linux +[on itch.io][ZOMBIE DEMO GAME] today. + +_Discussion: [Twitter](https://twitter.com/LPGhatguy/status/1632596982928687104)_ + +[@LPGhatguy]: https://twitter.com/LPGhatguy +[@evaera]: https://twitter.com/evaeraevaera +[ZOMBIE DEMO GAME]: https://lpghatguy.itch.io/zombie-demo-game + ## Engine Updates ## Learning Material Updates diff --git a/content/news/044/zombie-demo-game.png b/content/news/044/zombie-demo-game.png new file mode 100644 index 000000000..9263cc5fd Binary files /dev/null and b/content/news/044/zombie-demo-game.png differ