Metadata-Version: 2.1
Name: curlyboi
Version: 0.3.0
Summary: A simple curlyboi game written in C using ncurses.
Home-page: https://github.com/vinayak-mehta/curlyboi
Maintainer: Vinayak Mehta
Maintainer-email: vmehta94@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: Click (>=7.0)
Provides-Extra: dev
Requires-Dist: Sphinx (>=2.2.1) ; extra == 'dev'
Requires-Dist: Click (>=7.0) ; extra == 'dev'

# curlyboi

![demo](https://github.com/vinayak-mehta/curlyboi/raw/master/curlyboi.gif)

A simple [curlyboi](https://github.com/glasnt/curlyboi) game written in C using ncurses.

## Installation

Currently, only Linux and macOS are supported.

You can use `pip` to install `curlyboi`:

```
$ pip install curlyboi
```

## Usage

```
$ curlyboi
```

You can use arrow keys to move. And press `q` to quit.

`curlyboi` works best on terminals that support wide unicode characters.

On some terminals, you might have to prefix the above command with `TERM=xterm`.

## Versioning

`curlyboi` uses [Semantic Versioning](https://semver.org/). For the available versions, see the tags on this repository.

## License

This project is licensed under the MIT License, see the [LICENSE](https://raw.githubusercontent.com/vinayak-mehta/curlyboi/master/LICENSE) file for details.

![wildboi](https://github.com/vinayak-mehta/curlyboi/raw/master/wildboi.gif)


