Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kliao2016 committed Nov 14, 2017
1 parent f23c573 commit 4dceff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Kevin Liao - CS 2110 Fall 2017
Implementation of a classic GBA Brick Breaker game using C
This is an implementation of a classic GBA Brick Breaker game using C. At the start of the game, the player presses ENTER to start the game and is taken to the first level. The right and left arrow keys are used to move the slider side to side to hit the ball. If the ball moves below the slider, the player loses a life and can press Z to replay the level. If the player loses all lives, then the player loses the game. If the player hits all the bricks on the level, he or she will be taken to the next level. There are a total of four levels and if all four levels are beaten, the player wins and can press ENTER to replay the game. At any point, BACKSPACE may be pressed to go back to the start screen.

0 comments on commit 4dceff8

Please sign in to comment.