Circuit module now compiles; import it
authorTJ <git@iam.tj>
Sat, 16 Nov 2013 18:06:05 +0000 (18:06 +0000)
committerTJ <git@iam.tj>
Sat, 16 Nov 2013 18:06:05 +0000 (18:06 +0000)
base2-runner.py

index ff79dc1..b584e20 100755 (executable)
@@ -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)