File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ Depending on how you got GameJs:
11
11
12
12
## Option 1: zip release
13
13
14
- Extract the zip file and try the examples in the zip file over http://
14
+ Extract the zip file and try the examples in the zip file over http://.
15
15
16
16
## Option 2: Node package registry
17
17
18
- After you installed gamejs (` npm install -g gamejs ` ), you can use a
19
- bundler like ` browserify ` to run your code on the client.
20
- Here's a small example:
21
-
22
- http://requirebin.com/?gist=6048278
23
-
18
+ After you installed gamejs, you can use a bundler like ` browserify `
19
+ to run your code on the client. Here's a small example:
24
20
21
+ cd ~/my-web-game/
22
+ npm install gamejs
23
+ npm install -g browswerify
24
+ browserify ./main.js --out bundled.js
25
25
26
26
## Option 3: using the git version
27
27
You can’t perform that action at this time.
0 commit comments