Skip to content

A remake of the Chrome "no internet" Dinosaur Game Runner

Notifications You must be signed in to change notification settings

ad-vil/DinoGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python No Internet Dino Game Remake

This project is a remake of the classic no-WiFi Dino game found in Google Chrome, implemented in Python using the Pygame library. It features an infinite scrolling background (parallax effect) and replicates the gameplay experience of the original game. It is also a work in progress as of right now.

Features

- Infinite scrolling background with parallax effect.

- Simple yet addictive gameplay.

- Score tracking with retainable high score.

- Sound Effects.

- Game over screen with option to restart.

Gameplay Instructions

- Start Screen: When you run the game, you'll see the start screen. Press SPACE to begin.

- Gameplay: The dinosaur will start running automatically. Press SPACE to make the dinosaur jump over the obstacles.

- Scoring: Your score increases as you successfully avoid obstacles. Try to achieve the highest score possible.

- Game Over: If the dinosaur collides with an obstacle, the game ends. You can restart the game by pressing R.

- High Score: Your highest score is recorded and displayed on the game over screen. Try to beat your high score with each playthrough.

Controls

SPACE - Jump

R - restart

Contributing

Contributions are welcome! If you have any ideas for improvements or bug fixes, feel free to open an issue or submit a pull request.

Log for nerds

4/27/24 - Implemented Parralax infinte scrolling background. Added textures, basic setup etc.

5/1/24 - Added ability to make dino jump, physics etc. Added randomly spawning cactus obstacles.

5/4/24 - Added collisions, death screen, high score, restarting, completed game!

About

A remake of the Chrome "no internet" Dinosaur Game Runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages