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
|
### Run the simulation in GUI mode
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python your_script.py
|
python aa.py
|
||||||
```
|
```
|
||||||
|
|
||||||
or explicitly:
|
or explicitly:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python your_script.py --gui
|
python aa.py --gui
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run the simulation in headless (non-GUI) mode
|
### Run the simulation in headless (non-GUI) mode
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python your_script.py --no-gui
|
python aa.py --no-gui
|
||||||
```
|
```
|
||||||
|
|
||||||
### Load a custom environment from a Tiled map
|
### Load a custom environment from a Tiled map
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python your_script.py --tiled_map your_map.tmx
|
python aa.py --tiled_map your_map.tmx
|
||||||
```
|
```
|
||||||
|
|
||||||
### Controls (in GUI mode)
|
### Controls (in GUI mode)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue