settings module

Module to hold application settings.

settings.CELL_HEIGHT = 32

Height of cells in pixels

settings.CELL_WIDTH = 32

Width of cells in pixels

settings.MAX_FPS = 60

Max draw FPS of the simulation

settings.SIMULATION_STEP_TIME = 50

Time per simulation step in miliseconds (a lower step time results in a faster simulation, 0 = equal to draw speed)

settings.WEB_LISTEN_PORT = 8080

Port at which the internal web-server listens