From be9057e2133671128f669b3e55a576f33063e273 Mon Sep 17 00:00:00 2001 From: JMS55 <47158642+JMS55@users.noreply.github.com> Date: Wed, 29 Jun 2022 20:31:46 -0700 Subject: [PATCH 1/2] N35: Add botnet --- content/news/035/botnet.svg | 1 + content/news/035/index.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 content/news/035/botnet.svg diff --git a/content/news/035/botnet.svg b/content/news/035/botnet.svg new file mode 100644 index 000000000..e795fb6d0 --- /dev/null +++ b/content/news/035/botnet.svg @@ -0,0 +1 @@ + diff --git a/content/news/035/index.md b/content/news/035/index.md index 18bd5db85..75ec06f51 100644 --- a/content/news/035/index.md +++ b/content/news/035/index.md @@ -120,6 +120,27 @@ announced on this newsletter. [Rust Game Ports]: https://github.com/64kramsystem/rust-game-ports [Saverio Miroddi/@64kramsystem]: https://twitter.com/64kramsystem +### [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 ## Learning Material Updates From 41e23888dddb70bf7fd172c4690a5a1ec152d538 Mon Sep 17 00:00:00 2001 From: JMS55 <47158642+JMS55@users.noreply.github.com> Date: Wed, 29 Jun 2022 20:37:08 -0700 Subject: [PATCH 2/2] N35: Botnet fix newline --- content/news/035/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/news/035/index.md b/content/news/035/index.md index 75ec06f51..314443a2b 100644 --- a/content/news/035/index.md +++ b/content/news/035/index.md @@ -129,7 +129,6 @@ 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].