Bonks and Zaps

This is a python implementation of a second year Java assignment with visualization implemented.

To run:

python Engine.py [options]

Arguments

  • --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)