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 unified diffs patch

Changes to notes.wiki

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