This is a python implementation of a second year Java assignment with visualization implemented.
python Engine.py [options]
- --bonks : x is the number of bonks to start with which will be randomly distributed across the cells.
- --zaps : x is the number of zaps to start with which will be randomly distributed across the cells.
- --cycles : x is the number of cycles to perform.
- --width : x is the number of columns for the world.
- --height : x is the number of rows for the world.
- --fps : x is max number of frames per second to display. (Each cycle displays a single frame)