We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02958a commit 94369afCopy full SHA for 94369af
memory/src/memory.py
@@ -1,6 +1,10 @@
1
# memory.py
2
+
3
# Created by Salvatore aka artyprog on June 2016
-# Improved by Jacques de Hooge aka JdeH
4
5
+# Improvments by Jacques de Hooge aka JdeH
6
+# colors more distinct, if's without (), endresult stays visible for 2s
7
8
# This file is translated to Javascript using Transcrypt
9
10
colors = [JS.rgb2hex("rgba({}, 0)".format (color)) for color in [
0 commit comments