This is a Squares 2 game written in Java Processing 2.2.1
I made this game similar to Squares 2 by Gavin Shapiro
It contains three screens with background Music
:
- Main Screen:
It has two optionsPlay
, andHelp
.
- Game Mode Screen:
It hasSquares Counter
, andHigh Score
keeper.
- Game Over and Help Screen:
- Don't touch red squares.
- Don't touch red circles otherwise player's score will be decreased by 1000 and speed will be increased.
- Touch black squares.
- Touch black circles; it will increase score by 1000 and decrease speed.
In order to play this game, you have to install Processing version 2. It will give errors in Processing 3
because some music libraries have been removed in version 3. In order to run it on Processing v3
, remove the minim
library.
It is not uploaded here. But, I can provide it.