Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 1.27 KB

README.md

File metadata and controls

57 lines (48 loc) · 1.27 KB

Games

Build Status

Coverage Status

Maintainability

Test Coverage

With this game machine you can play the following games:

  • Reversi
  • Tateti
  • Guess Number
  • Minesweeper
  • Draughts
  • Connect Four

How to play

run:

python game.py


Select Game
0: Guess Number Game
9: to quit
0
[]
Give me a number from 0 to 10050
too low
[50]
Give me a number from 0 to 10060
too low
[50, 60]
Give me a number from 0 to 10070
too low
[50, 60, 70]
Give me a number from 0 to 10080
too low
[50, 60, 70, 80]
Give me a number from 0 to 10090
too high
[50, 60, 70, 80, 90]
Give me a number from 0 to 10086
too low
[50, 60, 70, 80, 90, 86]
Give me a number from 0 to 10088
too low
[50, 60, 70, 80, 90, 86, 88]
Give me a number from 0 to 10089
you win
Select Game
0: Guess Number Game
9: to quit