Artifact 9349c8d189f8835b97ac5670d1cdd9e8491a825ecc1c22d7b61458d3c1e47d30:
- File bunco_app.py — part of check-in [c760b2] at 2018-11-21 23:02:34 on branch trunk — Move I/O out of game API into a proper app (closes [c68bc6d850]) (user: joel, size: 117) [annotate] [blame] [check-ins using]
import bunco g = bunco.Game("players.csv") g.play_one_round() print("\n\n\t\tB U N C O !!!\n\n") g.print_status()