Skip to content

N17: A Zombie Shooter Game #445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 13, 2021
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions content/posts/newsletter-017/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,29 @@ Sound was recently added to the demo using the quad-snd library.
[weegames-itch]: https://yeahross.itch.io/weegames
[weegames-demo-source]: https://github.com/yeahross0/Weegames-Demo

### [A Zombie Shooter Game][a-zombie-shooter-game]

[![Demo](a-zombie-shooter-game-demo.gif)][a-zombie-shooter-game-youtube]
_Demo on YouTube_

[A Zombie Shooter Game][a-zombie-shooter-game] is a work-in-progress multiplayer
top-down shooter. Actually, it's a Rust port of old Java game - its goal was
very simple - to shoot zombies chasing after you. The game has several
advantages, like high-quality bullet ballistics and geocentric camera rotation
relative to the player.

This month's updates:

- Added dummy AI.
- Projectiles (shooting) synchronization over network.
- Collision detection.

_Discussions:
[github](https://github.com/aunmag/shooter-rust/discussions)_

[a-zombie-shooter-game]: https://github.com/aunmag/shooter-rust
[a-zombie-shooter-game-youtube]: https://youtu.be/9o6KjlwKyGo

## Learning Material Updates

### [How to Revive a Dead Rust Project][rustfest-talk]
Expand Down