Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 361 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 361 Bytes

Blocky Game

Blocky is a game that starts off with a randomly generated board like this: https://imgur.com/a/hipE2MD. Each player has the option to rotate, move, paint, (many more moves) squares to score points. This game can also be played against a computer with difficulty level. The root of the program is created using recursive operations on trees.