Skip to content

anabelensc/myarkanoid

Repository files navigation

#Arkanoid clone

A small clone of Arkanoid with physics engine.

Alt text

System requirements

The game has been developed using pygame 1.9.1 and python 2.7.6.

Running the game

The game is simply run with the command:

    python main.py

Game controls

 - Left arrow: Moves the paddle one position to the left.
 - Right arrow: Moves the paddle one position to the right. 
 - P: Pauses the game.
 - Esc: Quits the game.
 - A: starts to move the ball at the beginning of the game. If the A key is not pressed in 6000 milliseconds,
   the ball starts moving automatically. 

About

My clone of Arkanoid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages