Skip to content

This repository contains a simple example exploring game balance using 0 A.D.

Notifications You must be signed in to change notification settings

brollb/game-balancing-example-0ad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Balancing Example in 0 A.D.

This repository contains a simple example of exploring game balance using 0 A.D. More detail can be found in the demo video!

Quick Start

First, we will need to start 0 AD with our custom scenarios (available in a mod here). Then, we can start 0 AD with the RL interface (and the mods):

pyrogenesis --rl-interface=127.0.0.1:6000 --mod=rl-scenarios --mod=public

Next, we will install the required Python dependencies:

python -m pip install -r requirements.txt

You may need to install zero_ad manually from here.

Finally, we can run the example with:

python find_speed_range.py

Related Resources

About

This repository contains a simple example exploring game balance using 0 A.D.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published