julesgrc0 / Dino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dino Game

Dino Game Menu

How to play ?

You need to install python 3.9 first to play the dino game.

Download python

Click here and download python to your computer.

Install libraries

pip install pygame pymitter

Download and Start the game

Open the Powershell and enter the scripts below.

$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

Dino In Game

Live Console

Dino Live Console

About


Languages

Language:Python 100.0%