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
- Host: GitHub
- URL: https://github.com/rushirg/brain-rush-game
- Owner: rushirg
- Created: 2016-01-14T16:08:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T01:37:43.000Z (about 6 years ago)
- Last Synced: 2025-01-21T18:29:40.428Z (11 months ago)
- Topics: game, java, java-game, matching-game
- Language: Java
- Homepage:
- Size: 34.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```



