Langton's ant visualization
To run program you must create config file like ant_conf_example_1.json in ./examples folder.
In this file you must configure initial states for this program.
After you configured file, all you need is just run the program with argument of config file path.
Note: current version supports only field with equal height and width.
Example:
./LangtonsAnt path/to/config/file.jsonThere are some control buttons:
EscapeorE: Exit;SpaceorP: Pause;PlusorF: Speed up;MinusorS: Speed down;EqualsorD: Set initial speed.