Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Python-Games

This repository contains several simple Python games made with Processing (pyde files).

Games

1. Brick Breaker

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

2. Paddle Duel

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

3. Shooter

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.

About

Simple classic Python games made with Processing (pyde files).

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages