Add some more instructions about usage of games etc. on mobile.
Chris Pressey
4 years ago
51 | 51 | _Cosmos Boulders_ is an arcade-style HTML5 minigame built with reducers |
52 | 52 | and immutable data in ES5 JavaScript. |
53 | 53 | |
54 | It is playable with keyboard only. The key mappings are: | |
54 | It is playable with keyboard only. (It will therefore not be playable | |
55 | on most mobile devices, as they lack keyboards.) The key mappings are: | |
55 | 56 | |
56 | 57 | * Insert coin: **5** |
57 | 58 | * Start: **1** |
73 | 74 | * javascript-urls: ../modules/super-wumpus-land/impl/swl.js/src/swl.js |
74 | 75 | * script-root: ../modules/super-wumpus-land/impl/swl.js/src/yoob/ |
75 | 76 | * online @ [catseye.tc](https://catseye.tc/ix/Super_Wumpus_Land) |
77 | ||
78 | It is playable with keyboard only. It will therefore not be playable | |
79 | on most mobile devices, as they lack keyboards. | |
76 | 80 | |
77 | 81 | If your keystrokes aren't going into the "terminal", make sure you |
78 | 82 | click in it first (it's focusable.) |
1226 | 1230 | * launch-command: launch('../modules/canvas-feedback/src/', 'installation', { imgUrl: 'http://i.imgur.com/SYFLz1X.jpg' }); |
1227 | 1231 | * style: #installation > div { display: inline-block; vertical-align: top; } #canvas_container { text-align: center; } #canvas_container canvas { display: block; background: white; border: 1px solid black; } #control_panel > div { background: #c0c0c0; text-align: left; min-width: 30em; } #control_panel > div > div { background: #e0e0e0; padding: 3px; text-align: right; } #control_panel > div > div input { width: auto; } |
1228 | 1232 | * online @ [catseye.tc](https://catseye.tc/ix/Canvas_Feedback) |
1233 | ||
1234 | _Note: on a mobile device, the experience will be better if you zoom out | |
1235 | to see the entire page first._ | |
1229 | 1236 | |
1230 | 1237 | To begin exploring, we suggest you first try different presets |
1231 | 1238 | from the *Presets* drop-down in the control panel on the right. |
1852 | 1859 | * online @ [catseye.tc](https://catseye.tc/ix/Woman_on_Film) |
1853 | 1860 | |
1854 | 1861 | Use the navigation buttons to traverse the space of the work. |
1862 | ||
1863 | On a mobile device, the experience will be better if you zoom out to see | |
1864 | the entire page first. | |
1855 | 1865 | |
1856 | 1866 | - - - - |
1857 | 1867 |