Metadata-Version: 2.1
Name: voltorb-flip
Version: 1.1.0.dev0
Summary: A minigame of the Goldenrod and Celadon Game Corners in the Korean and Western releases of Pokémon HeartGold and SoulSilver.
Home-page: https://github.com/fferegrino/voltorb-flip
License: MIT
Author: Antonio Feregrino
Author-email: antonio.feregrino@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.0.4,<9.0.0)
Requires-Dist: rich (>=11.2.0,<12.0.0)
Project-URL: Repository, https://github.com/fferegrino/voltorb-flip
Description-Content-Type: text/markdown

# VoltorbFlip

A minigame of the Goldenrod and Celadon Game Corners in the Korean and Western releases of Pokémon HeartGold and SoulSilver.

A Python engine (and a CLI) for the game of [Voltorb Flip](https://bulbapedia.bulbagarden.net/wiki/Voltorb_Flip).

## Install

```shell
pip install voltorb-flip
```

## Run

```shell
voltorb-flip new
```

## Play

```text
   1 2 3 4 5
 a ? ? ? ? ? 3 2
 b ? ? ? ? ? 5 1
 c ? ? ? ? ? 7 0
 d ? ? ? ? ? 6 1
 e ? ? ? ? ? 4 2
   6 5 5 3 6
   0 2 0 2 2

Instructions: Flip f<row><column>, Mark m<row><column>, Quit q
Lv. 1 | Score 1 >
```

(This is how it really looks:)

![Actual screen capture](https://ik.imagekit.io/thatcsharpguy/other_sites/github/Screenshot_2022-03-05_at_12.22.01.png?ik-sdk-version=javascript-1.4.3&updatedAt=1646482970905)

