/DesignBlocks

A simple design game with turtle graphics

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

DesignBlocks

Based on the toy Design Blocks I made this simple game for my daughter because she loves creating patterns with the blocks and I thought "Why not start teaching her computer skills with something she likes?" There are no set goals or pointing system; it's just a free form game with no stress.

The controls are simple:

  • Left click: "turn" the "block" (change the colour of the block)
  • Right click: rotate the block horizontally
  • Middle click: exit the game

When exiting, the game will ask you whether you want to save your design. The "load" function hasn't been implemented yet but you can still save your creation and one day you will be able to see it again ;)

Future plans: I want to add a feature where you can print out your design.