Skip to content
Snippets Groups Projects
Commit 8e40b3ee authored by Jakob Kirsch's avatar Jakob Kirsch
Browse files

auto generated by makefile

parent ec1a4c4b
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,6 @@ ...@@ -6,4 +6,6 @@
0.0.1c: 0.0.1c:
* fixed a lot of bugs * fixed a lot of bugs
0.0.1d: 0.0.1d:
* first stable version * first stable version
\ No newline at end of file 0.0.2:
* added launcher support
\ No newline at end of file
...@@ -88,6 +88,11 @@ for player in PLAYERS: ...@@ -88,6 +88,11 @@ for player in PLAYERS:
clear() clear()
STACK = [CARDS.pop()] STACK = [CARDS.pop()]
#launcher
if __name__ != "__main__":
for key in opt.keys():
vars[key] = opt[key]
#main #main
while len(PLAYERS) > 1: while len(PLAYERS) > 1:
for playerc in range(0, len(PLAYERS)): for playerc in range(0, len(PLAYERS)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment