Rename simple-example.py

This commit is contained in:
Dunedan 2024-09-10 08:24:48 +02:00
parent 661328ab15
commit 0d3e3fbc29
Signed by: Dunedan
GPG Key ID: 885B16854284E0B2
2 changed files with 1 additions and 1 deletions

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!