10 releases
| 0.2.8 | Oct 26, 2023 |
|---|---|
| 0.2.7 | Oct 6, 2023 |
| 0.2.5 | Sep 27, 2023 |
| 0.1.0 | Aug 11, 2022 |
#246 in #multi-player
161 downloads per month
26KB
671 lines
Ambient CLI
This is the command line tool for Ambient, the multiplayer game engine.
Installing:
cargo install ambient
Getting started:
ambient new my_project
cd my_project
ambient run
You can always type ambient --help for more information.
See the Ambient documentation to learn more.
Managing runtime versions
Internally the cli will download, install and manage runtime binary versions.
Run ambient runtime --help to list available commands.
CLI Source code
The source code for this cli can be found here: https://github.com/AmbientRun/AmbientCli
Dependencies
~9–22MB
~251K SLoC