Metadata-Version: 2.1
Name: Terminal-Apple-Season
Version: 1.2.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) by Ferry Halim. Check it out on [PyPi](https://pypi.org/project/Terminal-Apple-Season/)

## 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.

## OS Compatability

Terminal-Apple-Season has been tested on OS X. It currently is not compatible with windows. It should work but has not been tested on Linux.


