All Projects → dhhruv → Chrome-Dino-Runner

dhhruv / Chrome-Dino-Runner

Licence: other
🐱‍🐉 A Replica of the hidden Dinosaur Game from Chrome Browser Offline mode build using Python and PyGame.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Chrome-Dino-Runner

Sudoku-Solver
🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.
Stars: ✭ 51 (+131.82%)
Mutual labels:  games, pygame, software
Rpg tactical fantasy game
A tactical turn-based game project in pygame, open to support
Stars: ✭ 66 (+200%)
Mutual labels:  games, pygame
Depressurizer
A Steam library categorizing tool.
Stars: ✭ 1,008 (+4481.82%)
Mutual labels:  games, software
Python-Games
A collection of small python games made by me using pygame and tkinter libraries
Stars: ✭ 121 (+450%)
Mutual labels:  games, pygame
SteamDepotDownloaderGUI
A simple GUI tool based on DepotDownloader for downloading Steam depots.
Stars: ✭ 26 (+18.18%)
Mutual labels:  games, hacktoberfest2021
Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (+2495.45%)
Mutual labels:  games, software
t-rex
A Chrome T-Rex game remake using javascript and threejs. Online demo: https://rossning92.github.io/t-rex
Stars: ✭ 89 (+304.55%)
Mutual labels:  chrome-dinosaur-game, chrome-dino-game
Commandline-Games-hacktoberfest
A repository to share command line games. An opportunity to start and learn about open source code contributions flow.
Stars: ✭ 16 (-27.27%)
Mutual labels:  games, hacktoberfest2021
Web-Dev-Helper
Developer Helper where you can find all resources related to open source and software developer resources
Stars: ✭ 33 (+50%)
Mutual labels:  software, hacktoberfest2021
Tetra3d
Tetra3D is a 3D hybrid software/hardware renderer made for games written in Go with Ebitengine.
Stars: ✭ 271 (+1131.82%)
Mutual labels:  games, software
Games
Create interesting games by pure python.
Stars: ✭ 3,431 (+15495.45%)
Mutual labels:  games, pygame
agario
Python clone of agar.io game, made with pygame.
Stars: ✭ 32 (+45.45%)
Mutual labels:  games, pygame
google-chrome-dino
Recreation of everyone's favorite offline companion, google chrome dinosaur game, with the same classic monochrome interface.
Stars: ✭ 48 (+118.18%)
Mutual labels:  chrome-dinosaur-game, chrome-dino-game
Python Scripts
It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
Stars: ✭ 23 (+4.55%)
Mutual labels:  pygame, hacktoberfest2021
Galaxy-Attack
An inspiration of the original Atari Space Invaders game built in pygame 👾 🎮
Stars: ✭ 32 (+45.45%)
Mutual labels:  games, pygame
MyChess
中国象棋pygame
Stars: ✭ 30 (+36.36%)
Mutual labels:  pygame
phaser-typescript-webpack
Another Phaser CE boilerplate using TypeScript and Webpack.
Stars: ✭ 17 (-22.73%)
Mutual labels:  games
imgur-scraper
Retrieve years of imgur.com's data without any authentication.
Stars: ✭ 26 (+18.18%)
Mutual labels:  hacktoberfest2021
Python
Repository for Python Source Codes and Projects.
Stars: ✭ 18 (-18.18%)
Mutual labels:  hacktoberfest2021
AndroidEssentialLibraries
👻 Android Essential Libraries - A couple of the Android Libraries to use in your Projects 🛠
Stars: ✭ 203 (+822.73%)
Mutual labels:  hacktoberfest2021

A Replica of the hidden Dinosaur Game from Chrome Browser Offline mode so you don't have to be offline to play it...😂😂

Introduction:

  • The Dinosaur Game, also known as the T-Rex Game, Steve the Jumping Dinosaur, or Dino Runner and initially codenamed Project Bolan, is a built-in browser game in the Google Chrome Web Browser. The game was created by Sebastien Gabriel in 2014, and can be accessed by hitting the space bar when in offline mode on Google Chrome.

About:

  • The following represents a recreated version of the famous Dinosaur Game from Chrome Browser Offline mode implemented using Python and PyGame. The project file contains Image Files and a python script (chromedino.py).
  • A simple and easy-to-use GUI is provided for better gameplay. The gameplay design is so simple that the user won’t find it difficult to use and understand. Different images are used in the development of this simple game project, the gaming environment is just like the original Chrome Dino Run game. For demo of the project, have a look at the GIF below.

Installation:

  • First of all, clone the repository using:
git clone https://github.com/dhhruv/Chrome-Dino-Runner.git

OR Download the Zip and extract it's contents.

  • Then download the dependencies in your Command Prompt OR Terminal using:
pip install requirements.txt

Usage:

python chromedino.py

Input:

Keys Actions
Any Key Press any key to Start the Game.
Press Up Arrow to jump and avoid cacti.
Press DOwn Arrow to duck and avoid pterodactyls.

References:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].