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 all 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.
24 changes: 24 additions & 0 deletions content/posts/newsletter-017/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,30 @@ out the dev logs for more info.
[Antorum]: https://ratwizard.dev/dev-log/antorum
[@dooskington]: https://twitter.com/dooskington

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

[![Demo](a-zombie-shooter-game-demo.gif)][zombie-shooter-youtube]
_Watch a [video demo on YouTube][zombie-shooter-youtube]_

[A Zombie Shooter Game][zombie-shooter] is a work-in-progress multiplayer
top-down shooter. Actually, it's a Rust port of an old Java game with
a very simple goal - 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:

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

You can discuss the project at [its GitHub forum][zombie-shooter-forum].

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

### Harvest Hero

![Harvest Hero Gameplay](harvest_hero_snippet.gif)
Expand Down