Game like "Ball Sort Puzzle" written in Python for the command-line.
- Install
git
&python3
. - Clone and enter the directory.
git clone https://github.com/Marfullsen/cli-ball-sort.git
cd cli-ball-sort
python cli-ball-sort.py
- Have fun!
- Place elements with same element into a column.
- Take any element at the top of a column and move it into an empty column or over an element with same element.
- You win if all columns are sorted with only one type of element or empty. Good luck!
- 4 columns & 1 Empty. (very easy).
- 5 columns & 2 empty. (easy).
- 6 columns & 2 empty (Medium).
- 8 columns & 2 empty (Hard).
- 11 columns & 2 empty (Extreme).
This game is inspired by Ball Sort Puzzle.