Skip to content

A moddable MOBA game written with the Ambient engine

Notifications You must be signed in to change notification settings

TobiasEnholmX/amoba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A moddable MOBA game written with the Ambient engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%