Omnibus commited on
Commit
9449f7b
·
1 Parent(s): f4ce062

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -24
README.md DELETED
@@ -1,24 +0,0 @@
1
- # Phaser 3 Multiplayer Game Example with geckos.io
2
-
3
- ## How To Start
4
-
5
- To clone and run this game, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
6
-
7
- **Note:** Test it on Chrome. On some browsers like Firefox you need to add a STUN server to make it work.
8
-
9
- ```bash
10
- # Clone this repository
11
- $ npx gitget https://github.com/geckosio/phaser3-multiplayer-game-example phaser3-multiplayer-game
12
-
13
- # Go into the repository
14
- $ cd phaser3-multiplayer-game
15
-
16
- # Install dependencies
17
- $ npm install
18
-
19
- # Start the local development server (on port 1444)
20
- $ npm run start
21
-
22
- # Add bots to the game (via puppeteer) to test it
23
- $ npm run test
24
- ```