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.
Make sure Java is installed on your system. if Java is not installed then use the following command lines for Ubuntu
apt update && apt upgrade -y
apt install default-jre
apt install default-jdk
- Go to the game directory(BrainRush)
- Enter
java BrainRush