Metadata-Version: 2.1
Name: Terminal-Apple-Season
Version: 1.1.2
Summary: Apple season game for terminal
Home-page: https://github.com/lol-cubes/Terminal-Apple-Season
Author: Arin Khare
Author-email: arinmkhare@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Description-Content-Type: text/markdown
Requires-Dist: playsound
Requires-Dist: PyObjC

# Apple Season Terminal

A terminal ASCII recreation of the original [Apple Season](http://www.ferryhalim.com/orisinal/g2/applegame.htm)

## Installation

### Install Using Git:

```bash
git clone https://github.com/lol-cubes/Terminal-Apple-Season.git
```

### Install Using Pip

```bash
pip install Terminal-Apple-Season
```

## Usage

```python
from apple_season import game
```

## How To Play

Use the arrow keys to move the basket from side to side. Try to catch as many of the falling apples as possible.


