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: 5 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T12:09:43.000Z (over 2 years ago)
- Last Synced: 2025-11-27T17:43:49.719Z (7 months 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: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dino Skynet
[](https://github.com/RobertoBochet/dino-skynet/)
[](https://pypi.org/project/dino-skynet/)
[](https://pypi.org/project/dino-skynet/)

[](https://pypi.org/project/dino-skynet/)

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/)