Metadata-Version: 2.1
Name: dino-skynet
Version: 0.2.3
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
Description: # Dino Skynet
        
        [![GitHub](https://img.shields.io/github/license/RobertoBochet/dino-skynet)](https://github.com/RobertoBochet/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)
        [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/RobertoBochet/dino-skynet/Upload%20Python%20Package)](https://pypi.org/project/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`](https://pypi.org/project/dino-skynet/).
        
        ```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/)
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
