8000 N21: Fish game (#610) · not-fl3/rust-gamedev.github.io@5f1885e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f1885e

Browse files
authored
N21: Fish game (rust-gamedev#610)
1 parent eebe8db commit 5f1885e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

content/news/021/fishgame.gif

1.92 MB
Loading

content/news/021/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,29 @@ _Discussions: [Twitter][micronaut-twitter], [ldjam.com][micronaut-ldjam]_
100100
[micronaut-twitter]: https://twitter.com/healthire/status/1386468257125830662
101101
[micronaut-ldjam]: https://ldjam.com/events/ludum-dare/48/micronaut
102102

103+
### [Fish game]
104+
105+
![Fish game](fishgame.gif)
106+
107+
[Fish game] is an online multiplayer game,
108+
created in a collaboration between [Nakama][nakama], an open-source scalable
109+
game server, and the [Macroquad][macroquad] game engine.
110+
111+
This month:
112+
113+
- [Fish game tutorial] got published.
114+
The tutorial breaks down the game codebase into steps, from setting
115+
up an empty macroquad project into building a platformer game, and
116+
then turning it into a multiplayer game with Nakama.
117+
118+
- [Web build][fishgame-itch] went live on itch.io
119+
120+
[Fish game]: https://github.com/heroiclabs/fishgame-macroquad
121+
[fishgame-itch]: https://fedorgames.itch.io/fish-game
122+
[nakama]: https://heroiclabs.com/
123+
[macroquad]: https://github.com/not-fl3/macroquad
124+
[Fish game tutorial]: https://heroiclabs.com/blog/tutorials/rust-fishgame/
125+
103126
### [The Process]
104127

105128
![Animated image showcasing the test map in The Process](the_process.gif)

0 commit comments

Comments
 (0)
0