Update README.md
This commit is contained in:
parent
56751858da
commit
3f7a99a614
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue