Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/draw.xml.in
blob: 0ad3365ecebc81c7a980200a0d5aeee5f8877a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board 
	 name="draw"
	 type="python:anim"
	 section="/math/geometry"
	 icon="boardicons/draw.svg" 
	 mode="draw"
	 difficulty="2"
	 author="Yves Combe (yves@ycombe.net)"
	 boarddir="">
	 <_title>A simple vector-drawing tool</_title>
	 <_description>A creative board where you can draw freely</_description>
	<_prerequisite>Needs to be capable of moving and clicking the mouse easily</_prerequisite>
	<_goal>In this game, children can draw freely. The goal is to discover how to create attractive drawings based on basic shapes: rectangles, ellipses and lines.</_goal>
	<_manual>Select a drawing tool on the left, and a color down the bottom, then click and drag in the white area to create a new shape. To save time, you can click with the middle mouse button to delete an object.</_manual>
  </Board>
</GCompris>