1
0
forked from mirrors/0ad

Rename simple-example.py

This commit is contained in:
Dunedan
2024-09-10 08:24:48 +02:00
parent 661328ab15
commit 0d3e3fbc29
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -58,4 +58,4 @@ actions = [zero_ad.actions.attack(my_units, enemy_units[0])]
state = game.step(actions)
```
For a more thorough example, check out samples/simple-example.py!
For a more thorough example, check out samples/simple_example.py!