An obstacle avoidance game built using pygame.
Start
Score and Restart
Python
andVisual Studio Code
are necessary.- Get the
pygame module
bypip 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 .