Skip to content

A twist on the classic Atari game Breakout. Written in C# using the Monogame Framework. Author: Kristopher John Randle

Notifications You must be signed in to change notification settings

KristopherJR/Breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Breakout

A twist on the classic Atari game Breakout.

Written in C# using the Monogame Framework.

Author: Kristopher John Randle

Download the latest release Here

breakout_thumbnail

How to Play

Use the Arrow Keys Left and Right to move the Paddle. Bounce the ball off the Paddle to hit the bricks. Hitting bricks will increase your score and break them, the goal is to break all of the bricks in order to win. You have 5 lives, if you miss the ball you will lose a life.

You can manipulate the ball by moving the paddle when the ball collides with it. If the paddle is in motion, the angle the ball reflects of the paddle is altered. Use this to aim the ball.

Brick Score Values

Red: 10 Points
Orange: 20 Points
Yellow: 30 Points
Green: 40 Points
Blue: 50 Points
Purple: 60 Points

About

A twist on the classic Atari game Breakout. Written in C# using the Monogame Framework. Author: Kristopher John Randle

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages