Skip to content

Commit 399d2eb

Browse files
authored
some very small updates
1 parent 3052740 commit 399d2eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For instructions on running the game, see below.
1414
So Far
1515
------
1616

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
1818
* Base set cards, supervillains, and personas (large cards) are fully programmed and functional
1919
* Heros Unite personas are in
2020
* Forever Evil is in
@@ -48,7 +48,7 @@ Make sure that the controlers set in the __init__ function of the model class in
4848

4949
Other things that you may want to set:
5050
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.
5252
* DEBUG and CPU_TERMINAL_INVISIBLE can also be set here
5353

5454

0 commit comments

Comments
 (0)