Attempt to present this more nicely.
Chris Pressey
5 years ago
43 | 43 |
* interactive: true
|
44 | 44 |
* animated: true
|
45 | 45 |
* mediums: [Javascript][], [HTML5][]
|
46 | |
* inline-description: true
|
47 | 46 |
* javascript-urls: ../modules/cosmos-boulders/contrib/immutable-3.8.2/dist/immutable.min.js,../modules/cosmos-boulders/contrib/redux-4.0.1/dist/redux.min.js,../modules/cosmos-boulders/src/cosmos-boulders.js
|
48 | 47 |
* launch-command: launch({ container: document.getElementById("installation") });
|
|
48 |
* inline-description: true
|
|
49 |
* inline-description-below: true
|
49 | 50 |
* online @ [catseye.tc](https://catseye.tc/ix/Cosmos_Boulders)
|
50 | 51 |
|
51 | 52 |
_Cosmos Boulders_ is an arcade-style HTML5 minigame built with reducers
|
|
59 | 60 |
* Thrust: **Up Arrow**
|
60 | 61 |
* Rotate left: **Left Arrow**
|
61 | 62 |
* Rotate right: **Right Arrow**
|
|
63 |
|
|
64 |
If your keypresses seem to be ignored, try clicking inside
|
|
65 |
the canvas to make sure it's got the keyboard focus.
|
62 | 66 |
|
63 | 67 |
### Super Wumpus Land
|
64 | 68 |
|
103 | 103 |
Boolean indicating if the installation's description should be displayed
|
104 | 104 |
on the page alongside the installation.
|
105 | 105 |
|
|
106 |
### inline-description-below
|
|
107 |
|
|
108 |
* optional: true
|
|
109 |
|
|
110 |
Boolean indicating if the installation's description should be displayed
|
|
111 |
on the page underneath the installation.
|
|
112 |
|
106 | 113 |
### online
|
107 | 114 |
|
108 | 115 |
* optional: true
|