项目作者: elailai94

项目描述 :
A simple game of chance inspired by Bingo
高级语言: Python
项目地址: git://github.com/elailai94/Bingo-3X3.git
创建时间: 2015-04-14T06:49:08Z
项目社区:https://github.com/elailai94/Bingo-3X3

开源协议:MIT License

下载


Bingo 3X3

About

Bingo 3X3 is a simple game of chance, which is inspired by Bingo). It is written entirely in Python.

Screenshots

Sample Game Interaction

Bingo-3X3_Screenshot

Execution

Direct Execution

  1. ./game.py [bingo_card] [numbers_drawn]

Note: bingo_card is the card with 9 numbers for the game and numbers_drawn is a list of 5 numbers drawn. For example, ./game.py ‘5 2 9 17 23 26 33 38 44’ ‘2 5 9 30 45’ would print out a bingo card 3 rows high and 3 columns wide with a vertical match (as indicated by a vertical row of negative numbers).

Interpreter Invocation

  1. python game.py [bingo_card] [numbers_drawn]

Note: bingo_card is the card with 9 numbers for the game and numbers_drawn is a list of 5 numbers drawn. For example, python game.py ‘5 2 9 17 23 26 33 38 44’ ‘2 5 9 30 45’ would print out a bingo card 3 rows high and 3 columns wide with a vertical match (as indicated by a vertical row of negative numbers).

License

Bingo 3X3 is licensed under the MIT license.