diptinayan / games-in-pygame

Games in Pygame - Asteroides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Games in PyGame

Collection of games made with PyGame.

Installation:

Requires Python2

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

About

Games in Pygame - Asteroides

License:GNU General Public License v3.0


Languages

Language:Python 100.0%