Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertobochet/dino-skynet
A simple implementation of autonomous agent to play the Dino game
https://github.com/robertobochet/dino-skynet
computer-vision education game opencv pypi python
Last synced: 4 days ago
JSON representation
A simple implementation of autonomous agent to play the Dino game
- Host: GitHub
- URL: https://github.com/robertobochet/dino-skynet
- Owner: RobertoBochet
- License: gpl-3.0
- Created: 2020-05-19T21:20:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T12:09:43.000Z (8 months ago)
- Last Synced: 2024-10-12T16:22:51.529Z (about 1 month ago)
- Topics: computer-vision, education, game, opencv, pypi, python
- Language: Python
- Homepage: https://pypi.org/project/dino-skynet/
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/)