SkillAgentSearch skills...

Botnet

Multiplayer programming game using Rust and WebAssembly

Install / Use

/learn @JMS55/Botnet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Botnet

A multiplayer programming simulation game

Replay screenshot

Introduction

Botnet is a simulation game where each player writes a script to control autonomous units called "bots". Players have no control over the game directly, and must program their bots to play the game for them.

Bot Scripts

Bots can be programmed in any language that can compile to WebAssembly.

Currently, the only SDK provided is for the Rust language. Depend on the botnet_api crate and compile a cdylib for the wasm32-unknown-unknown target.

Fork the example bot to get started.

Usage

Currently, the server is hardcoded to run several instances of the example bot.

To run the server with logs enabled, first compile the example bot:

cargo build --release --target wasm32-unknown-unknown --manifest-path=example_bot/Cargo.toml

and then compile and run the server:

RUST_LOG=botnet cargo run --manifest-path=botnet/Cargo.toml

To view the replay, run BotnetReplayViewer:

cargo run --release --manifest-path=botnet_replay_viewer/Cargo.toml example.rplay

Related Skills

View on GitHub
GitHub Stars76
CategoryContent
Updated9d ago
Forks1

Languages

Rust

Security Score

100/100

Audited on Mar 25, 2026

No findings