Changeset 6.1.7
- Timestamp:
- 08/20/2016 06:07:11 PM (8 years ago)
- branch-nick:
- state
- revision id:
- dsowen@fugue88.ws-20160820180711-7uazxuc5oti9bn8r
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main.py
r6.1.6 r6.1.7 130 130 else: 131 131 team_failures += 1 132 if team_failures == 5: 133 print("The spies won!") 134 for p in players: 135 p.observe_game(False) 136 return 132 133 if team_failures == 5: 134 print("The spies won!") 135 for p in players: 136 p.observe_game(False) 137 return 137 138 138 139
Note: See TracChangeset
for help on using the changeset viewer.