Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.64 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.64 KB

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!