Changeset 6.1.14
- Timestamp:
- 08/20/2016 06:25:19 PM (8 years ago)
- branch-nick:
- state
- revision id:
- dsowen@fugue88.ws-20160820182519-1fr055wl890bhynj
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main.py
r6.1.13 r6.1.14 130 130 team_failures = 0 131 131 perform_mission() 132 state = "ADVANCE_MISSIONS" 132 133 133 134 135 136 137 138 139 140 141 142 134 if wins >= 3: 135 print("The Resistance won!") 136 for p in players: 137 p.observe_game(True) 138 return 139 elif losses >= 3: 140 print("The Spies won!") 141 for p in players: 142 p.observe_game(False) 143 return 143 144 144 state = "ADVANCE_MISSIONS"145 145 146 146
Note: See TracChangeset
for help on using the changeset viewer.