Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 899 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 899 Bytes

Games in PyGame

Collection of games made with PyGame.

Installation:

Requires Python2 or Python3

Install dependencies by running:

pip install -r requirements.txt

Asteroides:

Usage:

To start the game run

python asteroides.py

Use arrow keys to move on canvas:

  • ➡️ move right
  • ⬅️ move left
  • ⬆️ move up
  • ⬇️ move down

and space bar to shoot.

License:

Uses GPL-3.0 License.

Credits