From: TJ Date: Sat, 16 Nov 2013 18:06:05 +0000 (+0000) Subject: Circuit module now compiles; import it X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=base2-runner.git;a=commitdiff_plain;h=d11773defafbec683f30d087370c3cccc9928ba0 Circuit module now compiles; import it --- diff --git a/base2-runner.py b/base2-runner.py index ff79dc1..b584e20 100755 --- a/base2-runner.py +++ b/base2-runner.py @@ -5,7 +5,7 @@ # 2D platform scrolling game that teaches binary logic import sys, os, time, random, math, pygame -import engine +import engine, circuits # Use conditionals in the code to print useful information to the console using the form: # if self.debug: engine.debug_pr("some_var=%d, another_var=%s" % (some_var, another_var), somevalue, another_value)