rafal-majewski / cellular-life-simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cellular-life-simulation

Tests

config.json

{
	"game": {
		"fps": 60,
		"world": {
			"quadtree": {
				"chunks": {
					"minSize": {
						"width": 3,
						"height": 3
					},
					"maxSize": {
						"width": 50,
						"height": 50
					}
				}
			},
			"size": {
				"width": 800,
				"height": 600
			},
			"atoms": {
				"air": {
					"radius": 10,
					"color": {
						"r": 0,
						"g": 0,
						"b": 255
					},
					"mass": 0.1
				},
				"cells": {
					"scale": 5
				}
			}
		}
	}
}

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%