Skip to content

barclayd/Breakout-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Breakout Game

Breakout desktop game inspired by Atari's classic Breakout, built using Java.

Demo

Breakout Game Play

Game Over

Features

  • Replica of original Atari game
  • Runs on desktop and controlled using arrow keys

How to Run

$ git clone https://github.com/barclayd/Breakout-Game.git
$ cd Breakout-Game/src/breakout
$ javac Main.java
$ java Main

How to Play

  • left: move the paddle to the left
  • right: move the paddle to the right
  • space: start/restart the game at the end of the game or end of a level

Future Improvements

  • Add auto-generated, infinite levels
  • Against the clock mode
  • Save and persist high scores

About

Classic Atari Breakout game built using Java

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages