Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 476 Bytes

File metadata and controls

22 lines (18 loc) · 476 Bytes

Arcade

A collection of games made using pygame.

  • custom UI templates
  • working scene management with game objects

Environment setup

Create python virtual environment at directory, activate it, and run

pip install pygame

Run program

Use the following command to use the shell script run. This will run the program and after the program is closed it will remove all the files generated by python runtime.

source run