An opensource implementation of Microsoft's Russian Square Plus developed initially as a fun college project.
Application is built with python and pygame. You will need to install all dependencies and clone this repo.
git clone https://github.com/jgrasser/pyRussianSquare.git
cd pyRussianSquare
pip install -r requirements.txt
Russian squares is a very challenging and fun logic game. Each game begins with a 4 by 4 block. Each time the clock runs down to zero another row or column is added to the block. Player gains points by elimating rows or columns. Scores enough points he will advance another level. Doing so will make game more difficult.
Try to make the big block disappear. Fill a column or row with one color and that column or row will dissapear. Player will gain points for each column or row they eliminate. If column or row is glowing player gains 4 times the points. Try to advance as far as you can. Climb the highscore list.
This is an opensource implementation of a Microsoft Game of the same. This application was developed by Joseph Graser jgrasser DOT jge AT gmail.com. Russian Squares v1.0 is licensed under the GPL3.0. All artwork licensed under the Creative Commons License. No artists name could be found on artwork.
We don't. Sadly, I have no real intention of adding features, fixing bugs, or generally maintaining this application. It will forevermore remain in this incomplete state as a monument to times gone by.
