Skip to content

Creating a Chrome dinosaur game clone in Python with Pygame involves replicating its jumping, ducking, obstacle avoidance mechanics, along with scoring and game over screens.

License

Notifications You must be signed in to change notification settings

Jiahong-Guan/chrome-dino-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Dinosaur Game Clone

Gameplay Screenshot

This project aims to recreate the classic Chrome dinosaur game using Python and Pygame.

Features

  • Dinosaur Character: Animated character that can jump and duck.
  • Obstacles: Randomly generated obstacles (e.g., cacti) that the dinosaur must avoid.

TO-DO

  • Scoring: Track and display the player's score based on survival time.
  • Game Over: Display a game over screen when the dinosaur collides with an obstacle.
  • Sound Effects: Optional sounds for actions like jumping, ducking, and collision.

Installation

  1. Install Python (if not already installed): Python Installation Guide
  2. Install Pygame:
    pip install -r requirements.txt
  3. Run main.py

About

Creating a Chrome dinosaur game clone in Python with Pygame involves replicating its jumping, ducking, obstacle avoidance mechanics, along with scoring and game over screens.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages