Machine Smith
Check-in [f5599b91ae]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:f5599b91ae1e213b9d454df4ee53cf1ecb8b85f1
Date: 2012-01-20 15:12:07
User: bill
Comment:moved done to the bottom of main doc
Tags And Properties
Changes
hide diffs side-by-side diffs patch

Changes to notes.wiki

6 6 * better screen handling 7 7 * turn physics off when not on main screen 8 8 * maybe put a tick function into State, instead of a draw function? 9 9 * parse SVG (HaXml?) 10 10 * layer labeled as "ground", etc. 11 11 * see drawing.svg 12 12 13 -## Done 14 - 15 -* done - more or less: see [Simple.hs](//artifact?ci=tip&filename=src/Simple.hs) cairo version of HipmunkPlayground 16 - 17 13 ## Premise 18 14 19 15 * You play a machine smith, confined to his lab 20 16 * You rely on your machines for your survival 21 17 * You create your machines 22 18 * creating machines should be 1/2 the game 23 19 * hard to do ................................................................................ 85 81 * carry/drag 86 82 * wagon 87 83 88 84 * brain 89 85 * speed 90 86 * memory 91 87 88 +## Done 89 + 90 +* Bill: cairo version of HipmunkPlayground (see [Simple.hs](//artifact?ci=tip&filename=src/Simple.hs)) 91 +