Skip to content

N20: Fishgame and nakama-rs #572

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 5 commits into from
Apr 7, 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
Binary file added content/posts/newsletter-020/fishgame.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions content/posts/newsletter-020/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,27 @@ of the past 6 months of development.
[egregoria-discord]: https://discord.gg/CAaZhUJ
[egregoria-youtube]: https://youtu.be/qH2SKWbRV5I

### [Fishgame][fishgame]

![Fishgame](fishgame.gif)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no GIF in the PR :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohhh thanks

_Game footage with the new weapon._

[Fishgame][fishgame] [(web build)][fishgame-itch] is an online multiplayer game,
created in a collaboration between [Nakama][nakama], an open-source scalable
game server, and the [Macroquad](https://github.com/not-fl3/macroquad/) game
engine.

This month fishgame migrated to [nakama-rs] (featured in this newsletter as
well).

Also a second weapon, the sword, was added to the game.

[fishgame]: https://github.com/heroiclabs/fishgame-macroquad
[fishgame-itch]: https://fedorgames.itch.io/fish-game?secret=UAVcggHn332a
[nakama]: https://heroiclabs.com/
[macroquad]: https://github.com/not-fl3/macroquad
[nakama-rs]: https://github.com/not-fl3/nakama-rs

### [Gargoyle's Quest]

![Gargoyle's Quest](gargoyles_quest.png)
Expand Down Expand Up @@ -793,6 +814,21 @@ implementation of the final standard soon with no major changes.
[quinn_release]: https://github.com/quinn-rs/quinn/releases/tag/0.7.0
[quic_32]: https://tools.ietf.org/html/draft-ietf-quic-transport-32

### [nakama-rs]

[nakama-rs] is a pure Rust implementation of the [Nakama] protocol.

[Nakama] is an open-source server designed to power modern games and apps.
Features include user accounts, chat, social, matchmaker, realtime multiplayer,
and much [more][heroiclabs].

Being pure Rust, [nakama-rs] brings the full API and socket options to any
platform Rust works on.

[nakama]: https://github.com/heroiclabs/nakama
[heroiclabs]: https://heroiclabs.com
[nakama-rs]: https://github.com/not-fl3/nakama-rs

### [wgpu]

![voxel bunny on wgpu](wgpu-conservative-bunny.png)
Expand Down