Skip to content

Commit 6207d17

Browse files
authored
N36: Botnet (#1106)
1 parent 28edf88 commit 6207d17

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

content/news/036/botnet.png

21.9 KB
Loading

content/news/036/index.md

+23
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,29 @@ _Discussions: [/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/vy7vm
115115
[cybergate-yt]: https://youtube.com/channel/UClrsOso3Xk2vBWqcsHC3Z4Q
116116
[cybergate-dis]: https://discord.gg/R7DkHqw7zJ
117117

118+
### [Botnet]
119+
120+
![botnet screenshot](botnet.png)
121+
122+
[Botnet] is an upcoming programming-based multiplayer game, where you write
123+
scripts (compiled to WebAssembly) to control robots. Coordinate your network
124+
of bots to gather resources, build new industry, and expand your control of
125+
the server!
126+
127+
This month was primarily spent on BotnetReplayViewer - a visual program to
128+
watch matches, and inspect entity data.
129+
130+
Additionally, the antenna structure was added. Building an antenna gives you
131+
control over the bay (room) it's in, letting you build additional structures,
132+
and increasing the total number of bots you can control. Bots can also use
133+
antennas to store resources.
134+
135+
Interested in contributing? Head over to the
136+
[github discussion page][botnet_ideas] and suggest some ideas!
137+
138+
[Botnet]: https://github.com/JMS55/botnet
139+
[botnet_ideas]: https://github.com/JMS55/botnet/discussions/categories/ideas
140+
118141
## Engine Updates
119142

120143
## Learning Material Updates

0 commit comments

Comments
 (0)