iqtester

A Python CLI version of the classic brain game IQ Tester


Keywords
iq, tester, game, classic, cli, games, pypi, python
License
Other
Install
pip install iqtester==0.2.1

Documentation

About

PyPI Version Build

iqtester is a simple command-line version of the classic game "IQ Tester"

PyPI Home Page

Quick Start

How to Play

IQ Tester is played on a triangular board, typically with 5 rows of holes and pegs.

Start with any one hole empty. As you jump the pegs remove them from the board.

Try to leave only one peg. See how you rate!

Support Python Versions

Python 3.7+

Mac / Linux

pip install iqtester
python3 -m iqtester

Windows

pip install iqtester
python -m iqtester

Demos

Standard Game

A standard game looks like this (current board is on the bottom):


Ask for a Hint

Request a hint using '>' to see the move that would lead to the best possible outcome


Undo a Move

Undo the last move using '.' if you made a mistake or found a better move


Multiple Pegs to Jump

To move a peg that has multiple possible jumps, choose the peg to move then choose the peg to jump over


Change Board Size

Change the board size to have 4, 5, or 6 rows