-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
27 lines (18 loc) · 878 Bytes
/
README
File metadata and controls
27 lines (18 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
==============================================================
Author: Derrick Williams
==============================================================
Game Play:
This is a rehash of the classic game Breakout with the
standard panel at the bottom, with a bouncing object on
screen, and blocks at the top of the screen.
Game Setup:
User must run these two commands in a 64-bit Linux OS:
sudo dpkg -i cs2110-tools_1.0-1_amd64.deb
sudo dpkg -i cs2110-tools-emulator-1.3.0-amd64.deb
Then type "make vba", and the game should start up. Enjoy!
Game Controls:
Button START (ENTER button) // Start game at the beginnig screen
Button SELECT (DELETE button) // Exit game at anytime, on game over
// screen, and win screen
Button LEFT (LEFT button) // Move panel to the left
Button RIGHT (RIGHT button) // Move panel to the right