| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Agarust is a server-authoritative real-time multiplayer online game powered by Godot 4 and Rust 🤖🦀 inspired by agar.io
Play now on itch.io: jerryshell.itch.io/agarust
cd serverNote: You MUST initialise the database before you can compile the source code, for more details see: sqlx - Compile-time verification
cargo install sqlx-clisqlx migrate run --database-url "sqlite:agarust_db.sqlite?mode=rwc"cargo runImport the client folder using Godot 4
Change debug_server_url and release_server_url in client/global/global.gd
| Back | FazBrowse Home | New Git URL |