Skip to content
Snippets Groups Projects
Name Last commit Last update
utils
LICENSE
Makefile
README.txt
game.py
testconf.json
Usage (interactive):
	Height: height of window
	Width: width of window
	Code: code for pattern. To exit, make an empty line Example: "return random.randint(0, 1)". Can be longer than one line. Return 1 -> alive
	Delay: delay between frames
Usage (with args):
	python3 game.py <conffile>