Skip to content

Commit b8d1e8d

Browse files
authored
N20: Fishgame and nakama-rs (#572)
1 parent 9a324e6 commit b8d1e8d

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
2.44 MB
Loading

content/posts/newsletter-020/index.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,27 @@ of the past 6 months of development.
277277
[egregoria-discord]: https://discord.gg/CAaZhUJ
278278
[egregoria-youtube]: https://youtu.be/qH2SKWbRV5I
279279

280+
### [Fishgame][fishgame]
281+
282+
![Fishgame](fishgame.gif)
283+
_Game footage with the new weapon._
284+
285+
[Fishgame][fishgame] [(web build)][fishgame-itch] is an online multiplayer game,
286+
created in a collaboration between [Nakama][nakama], an open-source scalable
287+
game server, and the [Macroquad](https://github.com/not-fl3/macroquad/) game
288+
engine.
289+
290+
This month fishgame migrated to [nakama-rs] (featured in this newsletter as
291+
well).
292+
293+
Also a second weapon, the sword, was added to the game.
294+
295+
[fishgame]: https://github.com/heroiclabs/fishgame-macroquad
296+
[fishgame-itch]: https://fedorgames.itch.io/fish-game?secret=UAVcggHn332a
297+
[nakama]: https://heroiclabs.com/
298+
[macroquad]: https://github.com/not-fl3/macroquad
299+
[nakama-rs]: https://github.com/not-fl3/nakama-rs
300+
280301
### [Gargoyle's Quest]
281302

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

817+
### [nakama-rs]
818+
819+
[nakama-rs] is a pure Rust implementation of the [Nakama] protocol.
820+
821+
[Nakama] is an open-source server designed to power modern games and apps.
822+
Features include user accounts, chat, social, matchmaker, realtime multiplayer,
823+
and much [more][heroiclabs].
824+
825+
Being pure Rust, [nakama-rs] brings the full API and socket options to any
826+
platform Rust works on.
827+
828+
[nakama]: https://github.com/heroiclabs/nakama
829+
[heroiclabs]: https://heroiclabs.com
830+
[nakama-rs]: https://github.com/not-fl3/nakama-rs
831+
796832
### [wgpu]
797833

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

0 commit comments

Comments
 (0)