stupidpythonprojects/langton/README.md

19 lines
494 B
Markdown
Raw Normal View History

2017-05-07 23:13:05 +02:00
# Langton's Ant Simulator
for help, run:
```
python3 Main.py --help
```
configuration mode keys:
| key | function |
| ---------- | -------------------------------------- |
| return | enter/leave configuration mode |
| arrow keys | move langton's ant |
| space | activate field or switch field's color |
| backspace | deactivate field |
| escape | exit program |