Skip to content
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
1 change: 1 addition & 0 deletions content/news/035/botnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions content/news/035/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,26 @@ Source available on [GitHub][vetovoima_github].
[vetovoima_twitter]: https://twitter.com/MatiasKlemola
[vetovoima_github]: https://github.com/klemola/vetovoima

### [Botnet]

![botnet logo](botnet.svg)

[Botnet] is an upcoming programming-based multiplayer game,
where you write scripts (compiled to WebAssembly) to control robots.
Coordinate your bots to gather resources, build new industry,
and expand your control of the server.

This month saw the start of the project, and a majority of the foundational
code written. Next month we'll be adding more features, and aim to flesh out
the game beyond [basic pathfinding and resource harvesting][botnet_example_bot].

Interested in contributing? Head over to the
[github discussion page][botnet_ideas] and suggest some ideas!

[Botnet]: https://github.com/JMS55/botnet
[botnet_example_bot]: https://github.com/JMS55/botnet/blob/master/example_bot/src/lib.rs
[botnet_ideas]: https://github.com/JMS55/botnet/discussions/categories/ideas

## Engine Updates

### [ggez] 0.8.0-rc0
Expand Down