An open API service indexing awesome lists of open source software.

https://github.com/rushirg/brain-rush-game

An object matching game build using Java
https://github.com/rushirg/brain-rush-game

game java java-game matching-game

Last synced: 10 months ago
JSON representation

An object matching game build using Java

Awesome Lists containing this project

README

          

# Brain-Rush-Game

### Summary
Brain-Rush-Game is an object(circle/square) matching game. User needs to match the object shown at the bottom with the incoming object. If it matches the scores adds up, if not the game is over.

### Prerequisite
Make sure Java is installed on your system.
if Java is not installed then use the following command lines for Ubuntu
1. ```apt update && apt upgrade -y```
2. ```apt install default-jre```
3. ```apt install default-jdk```

### How to play
1. Go to the game directory(BrainRush)
2. Enter ```java BrainRush```

![Alt text](/Brain-Rush-Game/data/images/1.png?raw=true "Main Window")

![Alt text](/Brain-Rush-Game/data/images/2.png?raw=true "How to play instruction")

![Alt text](/Brain-Rush-Game/data/images/3.png?raw=true "Playing Window")

![Alt text](/Brain-Rush-Game/data/images/4_1.png?raw=true "Game Over Condition")