Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 343 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 343 Bytes

This is a experimental project to show basic use case of Pygame.

To run this game you need.

  1. python3
  2. pygame

How to check if python3 is installed. which python3

How to install pygame

python3 -m pip install -U pygame --user

How to run.

python3 game.py

For more details check https://www.pygame.org/wiki/GettingStarted