A simple, 2-player number guessing game in Python 3.
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
LICENSE.txt | 4 years ago | |
README.md | 3 years ago | |
grid.py | 3 years ago | |
igexceptions.py | 3 years ago | |
impossiblegrid.py | 3 years ago |
The Impossible Grid is a Python implementation of a game in which one player chooses a secret number between 1 and 16 and the other player must cover that number on a 4x4 grid, given 3 chances to cover rows of numbers in the grid and a further 3 chances to cover columns. It is designed to appear very simple for the player covering the numbers to secure an easy victory but, in reality, this is impossible as the game cheats upon any attempt to cover the first player's number.
The Impossible Grid is available under the Apache License 2.0.
Copyright © 2018 UltrasonicMadness.