1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,28 +19,28 @@ Screenshots
19
19
Instructions
20
20
------------
21
21
22
- * Running *
22
+ * Running*
23
23
24
- ** Requires ** nodejs - http://nodejs.org
24
+ ** Requires: ** nodejs - http://nodejs.org
25
25
26
- Setup
26
+ _ Setup _
27
27
28
28
$ git clone https://github.com/psema4/Scroller-Builder.git
29
29
$ cd Scroller-Builder
30
30
$ npm install
31
31
32
- Run
32
+ _ Run _
33
33
34
34
$ node server.js
35
35
36
36
Open Chrome to http://localhost:3000/
37
37
38
- * Playing *
38
+ * Playing*
39
39
40
40
- Use the arrow keys to move
41
41
- Space key fires, note: SpriteManager is not hooked up here so no lazerz yet :(
42
42
43
- * Editing *
43
+ * Editing*
44
44
- Drag sprites from a toolbox onto the game screen to add a "wave" to the current level (currently limited to 1 sprite/wave)
45
45
- Change the settings properties to alter game and level attributes & properties
46
46
- While paused, click on a visible sprite to get it's details (in progress)
0 commit comments