You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ For instructions on running the game, see below.
14
14
So Far
15
15
------
16
16
17
-
* Graphical user interface, written 100% in Python with the 'arcade' library. Eventually goal of converting to a multiplayer web experiace for i can play with a couple of my friends
17
+
* Graphical user interface, written 100% in Python with the 'arcade' library. Theoretical eventually goal of converting to a multiplayer web experience
18
18
* Base set cards, supervillains, and personas (large cards) are fully programmed and functional
19
19
* Heros Unite personas are in
20
20
* Forever Evil is in
@@ -48,7 +48,7 @@ Make sure that the controlers set in the __init__ function of the model class in
48
48
49
49
Other things that you may want to set:
50
50
in globe.py:
51
-
* TIME_BETWEEN_CPU_MOVES can be changed to change the delay that is imposed between CPU moves. 0 means the the CPU's do everything instantly, which allows for quuicker games, but harder to follow.
51
+
* TIME_BETWEEN_CPU_MOVES can be changed to change the delay that is imposed between CPU moves. 0 means the the CPU's do everything instantly, which allows for quicker games, but harder to follow.
52
52
* DEBUG and CPU_TERMINAL_INVISIBLE can also be set here
0 commit comments