This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
starting:examples:trafficlights [2017/10/04 08:26] simplesi |
starting:examples:trafficlights [2017/10/04 10:29] (current) simplesi [Better Method] |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| It is a classic //**low barrier for entry - high ceiling**// project | It is a classic //**low barrier for entry - high ceiling**// project | ||
| - | ===== Building a Program ===== | + | ===== Example ===== |
| - | [[http://gpblocks.org/forum/download/file.php?id=302&sid=97a9b0d5292ff7fe490e5c1418991c5f|Example]] | + | [[http://gpblocks.org/forum/download/file.php?id=304&sid=81c1fd9fdb885c10d64be3b0ff024cbc|Download program]] |
| + | {{:starting:examples:traffic:screen00.png |}} | ||
| + | |||
| + | |||
| + | |||
| + | ===== Better Method ===== | ||
| + | The version above contains the least blocks necessary to simulate a traffic light but isn't necessarily the best way to go about it. | ||
| + | |||
| + | By adding in some broadcast blocks, the program becomes easier to understand and easier to debug if a mistake is made | ||
| {{:starting:examples:traffic:screen0.png |}} | {{:starting:examples:traffic:screen0.png |}} | ||
| + | |||
| + | |||