https://github.com/julesgrc0/dino
https://github.com/julesgrc0/dino
2d dino mini-game pygame python
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/julesgrc0/dino
- Owner: julesgrc0
- Created: 2021-09-11T08:51:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T13:03:07.000Z (over 4 years ago)
- Last Synced: 2025-01-29T09:48:35.611Z (12 months ago)
- Topics: 2d, dino, mini-game, pygame, python
- Language: Python
- Homepage:
- Size: 10.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dino Game

## How to play ?
You need to install python 3.9 first to play the dino game.
> Download python
[Click here](https://www.python.org/downloads/) and download python to your computer.
> Install libraries
```cmd
pip install pygame pymitter
```
> Download and Start the game
Open the Powershell and enter the scripts below.
```powershell
$repos = "https://codeload.github.com/JulesG10/Dino/zip/refs/heads/master"
$download_file = (New-Object -ComObject Shell.Application).NameSpace('shell:Downloads').Self.Path + "\Dino.zip"
$download_unzip_file = $download_file.replace("Dino.zip", "Dino")
Invoke-WebRequest -Uri $repos -OutFile $download_file
Expand-Archive -LiteralPath $download_file -DestinationPath $download_unzip_file
cd $download_unzip_file
cd "Dino-master"
python dino.py
```
> In game

> Live Console
