Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marfullsen/cli-ball-sort
Game like "Ball Sort Puzzle" written in Python for the command-line.
https://github.com/marfullsen/cli-ball-sort
ball-sort ball-sort-puzzle ballsort cli-game cmd game game-development puzzle puzzle-game puzzles python python3 terminal-game
Last synced: about 1 month ago
JSON representation
Game like "Ball Sort Puzzle" written in Python for the command-line.
- Host: GitHub
- URL: https://github.com/marfullsen/cli-ball-sort
- Owner: Marfullsen
- Created: 2020-12-20T21:26:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T22:09:07.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T13:59:12.616Z (almost 2 years ago)
- Topics: ball-sort, ball-sort-puzzle, ballsort, cli-game, cmd, game, game-development, puzzle, puzzle-game, puzzles, python, python3, terminal-game
- Language: Python
- Homepage:
- Size: 110 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI Ball Sort Puzzle Game
[![Screenshot](./screenshots/how-to-play-linux-manjaro-gnome-terminal.png)](https://github.com/Marfullsen/cli-ball-sort)
[![Git commits](https://img.shields.io/badge/Commits-13-red.svg)](https://github.com/Marfullsen/cli-ball-sort)
[![Game version](https://img.shields.io/badge/Version-2.0-green.svg)](https://github.com/Marfullsen/cli-ball-sort)
[![Python version](https://img.shields.io/badge/Python-3.7-blue.svg)](https://github.com/Marfullsen/cli-ball-sort)---
## Desc
Game like "Ball Sort Puzzle" written in Python for the command-line.
---
## Usage
1. Install `git` & `python3`.
2. Clone and enter the directory.
```
git clone https://github.com/Marfullsen/cli-ball-sort.git
cd cli-ball-sort
python cli-ball-sort.py
```
3. Have fun!---
## How to play
1) Place elements with same element into a column.
2) Take any element at the top of a column and move it into an empty column or over an element with same element.
3) You win if all columns are sorted with only one type of element or empty.
Good luck![![Screenshot](./screenshots/player-moved-2-to-4-linux-gnome-terminal.png)](https://github.com/Marfullsen/cli-ball-sort)
### beginner game:
- 4 columns & 1 Empty. (very easy).### Standard game:
- 5 columns & 2 empty. (easy).### Moderate game:
- 6 columns & 2 empty (Medium).### Difficult game:
- 8 columns & 2 empty (Hard).### Madness game:
- 11 columns & 2 empty (Extreme).---
## Credit
This game is inspired by [Ball Sort Puzzle](https://play.google.com/store/apps/details?id=com.GMA.Ball.Sort.Puzzle).### Other games like this are:
- [Sort Puzzle: Fun Ball](https://play.google.com/store/apps/details/Sort_Puzzle_Fun_Ball?id=com.playcus.ball.sort.puzzle)
- [Ball Sort Max](https://play.google.com/store/apps/details?id=com.bsm.ballsortmax)
- [Sort It 3D](https://play.google.com/store/apps/details?id=com.game.sortit3d)
- [Water Sort Puzzle](https://play.google.com/store/apps/details?id=com.gma.water.sort.puzzle)
[Liquid Sort Puzzle - Water Sort Puzzle](https://play.google.com/store/apps/details?id=com.picolaf.liquidsortpuzzle)