Skip to content

Commit 23ee1ab

Browse files
Aunmagozkriff
andauthored
N17: A Zombie Shooter Game (#445)
* Update index.md * N17: Zombie Shooter: Style & fmt tweaks Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
1 parent 79b5606 commit 23ee1ab

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Loading

content/posts/newsletter-017/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,30 @@ out the dev logs for more info.
256256
[Antorum]: https://ratwizard.dev/dev-log/antorum
257257
[@dooskington]: https://twitter.com/dooskington
258258

259+
### [A Zombie Shooter Game][zombie-shooter]
260+
261+
[![Demo](a-zombie-shooter-game-demo.gif)][zombie-shooter-youtube]
262+
_Watch a [video demo on YouTube][zombie-shooter-youtube]_
263+
264+
[A Zombie Shooter Game][zombie-shooter] is a work-in-progress multiplayer
265+
top-down shooter. Actually, it's a Rust port of an old Java game with
266+
a very simple goal - to shoot zombies chasing after you.
267+
The game has several
268+
advantages, like high-quality bullet ballistics and geocentric camera rotation
269+
relative to the player.
270+
271+
This month's updates:
272+
273+
- Dummy AI.
274+
- Projectiles (shooting) synchronization over network.
275+
- Collision detection.
276+
277+
You can discuss the project at [its GitHub forum][zombie-shooter-forum].
278+
279+
[zombie-shooter]: https://github.com/aunmag/shooter-rust
280+
[zombie-shooter-youtube]: https://youtu.be/9o6KjlwKyGo
281+
[zombie-shooter-forum]: https://github.com/aunmag/shooter-rust/discussions
282+
259283
### Harvest Hero
260284

261285
![Harvest Hero Gameplay](harvest_hero_snippet.gif)

0 commit comments

Comments
 (0)