Metadata-Version: 2.1
Name: dino-skynet
Version: 0.2.1
Summary: A simple implementation of an autonomous agent which exploits OpenCV to play the famous dino game
Home-page: https://github.com/RobertoBochet/dino-skynet
Author: Roberto Bochet
Author-email: robertobochet@gmail.com
License: gpl-3.0
Keywords: game,dino,pygame,opencv,computer vision,autonomous agent
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: dino-game (~=0.2)
Requires-Dist: opencv-python (~=4.2.0)

# Dino Skynet

[![PyPI - License](https://img.shields.io/pypi/l/dino-skynet)](https://pypi.org/project/dino-skynet/)
[![PyPI](https://img.shields.io/pypi/v/dino-skynet)](https://pypi.org/project/dino-skynet/)
[![PyPI - Status](https://img.shields.io/pypi/status/dino-skynet)](https://pypi.org/project/dino-skynet/)
![GitHub last commit](https://img.shields.io/github/last-commit/robertobochet/dino-skynet)
![gluten free](https://img.shields.io/badge/gluten%20free-100%25-success)

A simple implementation of an autonomous agent which exploits OpenCV to play the famous dino game

## Installation

You can install it from pypi

```bash
pip install dino-skynet
```

## Usage

### Try the game

To try the game

```bash
python -m dinoskynet
```

press `spacebar` to start the game

## Credits

This project is realized with the following python's packages:

- [`dino-game`](https://pypi.org/project/dino-game/)
- [`opencv-python`](https://pypi.org/project/opencv-python/)

