vitalibo / Brick-Game-9999-in-1

Simple simulator of famous Brick Game handheld retro gaming console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Pause
    • Key 'S' - On/Off Sound
    • Key 'R' - Reset 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

About

Simple simulator of famous Brick Game handheld retro gaming console


Languages

Language:Java 100.0%