Update README.md

This commit is contained in:
Thomas BONNIER 2025-04-28 14:44:52 +02:00
parent 56751858da
commit 3f7a99a614
1 changed files with 4 additions and 4 deletions

View File

@ -58,25 +58,25 @@ Replace `python3.x` with your installed version.
### Run the simulation in GUI mode
```bash
python your_script.py
python aa.py
```
or explicitly:
```bash
python your_script.py --gui
python aa.py --gui
```
### Run the simulation in headless (non-GUI) mode
```bash
python your_script.py --no-gui
python aa.py --no-gui
```
### Load a custom environment from a Tiled map
```bash
python your_script.py --tiled_map your_map.tmx
python aa.py --tiled_map your_map.tmx
```
### Controls (in GUI mode)