Skip to content

lcswillems/python-brick-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Brick Breaker

This project is a simple and funny Brick Breaker with an easy level-editor, written in Python and created by 2 French students Lucas Willems and Aymeric Lhullier for their ISN (Initiation aux Sciences du Numérique) project.

Requirements

  • Python 3

How to play?

Playing to our Brick Breaker is really simple:

  1. Execute python game.py
  2. Press space to start playing
  3. Play and finish levels as fast as possible !

How to create/edit levels?

Creating and editing levels is also an easy task:

  1. Execute python editor.py
  2. Enter the level number:
    • If the level exists, it will be opened.
    • If the level doesn't exist, it will be created.
  3. Edit the level:
    1. Left click on a brick at the bottom of the screen to select its color.
    2. Left click on a brick at the middle/top of the screen to make it take the selected color.
    3. Right click on a brick at the middle/top of the screen to delete it.

About

A simple and funny Python Brick Breaker with an easy level-maker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages