-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
## Brick Game 9999 in 1 | ||
|
||
This project is simple simulator of famous Brick Game handheld retro gaming console. | ||
|
||
### Installation | ||
|
||
`mvn clean package` | ||
|
||
launch game | ||
|
||
`java -jar brick-game-0.3.0-SNAPSHOT.jar` | ||
|
||
### Usage | ||
|
||
##### Control keys | ||
|
||
- Default keys (independent of the game) | ||
- `Key 'P'` - On/Off **P**ause | ||
- `Key 'S'` - On/Off **S**ound | ||
- `Key 'R'` - **R**eset the brick game | ||
- Functional keys | ||
- `Key Up` - change speed in menu or specific in game | ||
- `Key Down` - change level in menu or specific in game | ||
- `Key Left` - decrease the number of game in menu or specific in game | ||
- `Key Right` - increase the number of game in menu or specific in game | ||
- `Key Space` - choose game in menu or specific in game | ||
|
||
##### View | ||
|
||
![](docs/img/sR35V1.gif) | ||
|
||
- Board panel `capacity [20x10]` | ||
- Preview panel `capacity [4x4]` | ||
- Score `max 999999` | ||
- Speed `max 18` | ||
- Level `max 18` | ||
- Sound `on/off` | ||
- Pause `on/off` | ||
|
||
### Games | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.