Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 633 Bytes

Squares game

Create some shapes.
Try the live version of the game.

Game rules and logic:

Human VS Computer. There are two dices with values from 2 to 6. Number 1 is excluded due to game rules.

  • Two dices are rolled.
  • Make a rectangle or a square with te sides generated.
  • When all space is filled the game is completed.
  • If computer or player can't create a shape, it's the opponents' turn to play.
  • After creating a shape, click the green button to save it.