Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 695 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 695 Bytes

Urta-Parinda 🐦

An obstacle avoidance game built using pygame.

Game Play 😎

  • Start

Screenshot 2025-01-21 192519

  • Score and Restart

Screenshot 2025-01-21 192543

How to Play 😜

  • Python and Visual Studio Code are necessary.
  • Get the pygame module by pip install pygame.
  • Clone the project
git clone https://github.com/Adityasinghvats/Urta-Parinda.git
  • Get into the directory by
cd <your directory name>
  • Open in VS code by
 code .
  • Run the game.py file .