https://github.com/vitalibo/brick-game-9999-in-1
Simple simulator of famous Brick Game handheld retro gaming console
https://github.com/vitalibo/brick-game-9999-in-1
brick-game games tetris
Last synced: about 2 months ago
JSON representation
Simple simulator of famous Brick Game handheld retro gaming console
- Host: GitHub
- URL: https://github.com/vitalibo/brick-game-9999-in-1
- Owner: vitalibo
- Created: 2016-12-04T10:39:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T06:00:25.000Z (over 7 years ago)
- Last Synced: 2025-03-25T22:21:18.713Z (2 months ago)
- Topics: brick-game, games, tetris
- Language: Java
- Homepage:
- Size: 3.29 MB
- Stars: 110
- Watchers: 10
- Forks: 41
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
   
 
- Board panel `capacity [20x10]`
- Preview panel `capacity [4x4]`
- Score `max 999999`
- Speed `max 15`
- Level `max 15`
- Sound `on/off`
- Pause `on/off`### Games
- `0001` Snake
- `0002` Race
- `0003` Tetris
- `0004` Shoot
- `0005` Tanks