项目作者: analphagamma

项目描述 :
A simple design game with turtle graphics
高级语言: Python
项目地址: git://github.com/analphagamma/DesignBlocks.git
创建时间: 2018-01-15T21:38:53Z
项目社区:https://github.com/analphagamma/DesignBlocks

开源协议:BSD 2-Clause "Simplified" License

下载


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.