Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 687 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 687 Bytes

AMOBA (POC)

AMOBA is a moddable MOBA game written with the Ambient engine.

2023-07-11.09-14-40.mp4

Usage

You should install Ambient first following the instruction here.

Modding

Use ambient run to run for the first time.

You can try to comment out some bin in Cargo.toml to see how each mod is added.

For example, if you comment out the map mod:

# [[bin]]
# name = "client_map"
# path = "src/map/client.rs"
# required-features = ["client"]

Then run with ambient run --clean-build. You will see the game map is gone.