This repository contains several simple Python games made with Processing (pyde files).
A classic brick breaker game. Control a paddle to bounce a ball and break all the bricks. Lose a life if the ball falls below the paddle. Win by clearing all bricks.
Run: Open brick_breaker/brick.pyde in Processing and click Run.
Keys:
- Left/Right arrows: Move paddle
- Any key: Restart after game over
A two-player Pong-style game. Each player controls a paddle on opposite sides of the screen. The goal is to hit the ball past your opponent to score points.
Run: Open paddle_duel/paddle.pyde in Processing and click Run.
Keys: Player 1: W/S to move up/down Player 2: Up/Down arrows to move up/down
Control a spaceship, move left/right, and shoot bullets to destroy falling enemies. The game ends if an enemy collides with your ship.
Run: Open shooter/shooter.pyde in Processing and click Run.
Keys: Space: Shoot
- Space: Shoot
All games require Processing with Python mode enabled.