Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Initial Setup
-----------
1. Create the folder that you want impact to be installed into for your game
2. Move into that folder from the terminal
3. Issue the command: npm install impact-fork
4. Copy "tools", "media" and "lib" directories from impact.js into node_modules/impact-fork/game/public (get impact.js here: http://impactjs.com/)
5. Move into the node_modules/impact-fork/ directory (this will be your home directory for your game from now on basically)
6. Run the command: npm start (you will see some output ending in "app listening on port 8080")
3. Issue the command: `npm install impact-fork`
4. Copy "tools", "media" and "lib" directories from impact.js into `node_modules/impact-fork/game/public` (get impact.js here: http://impactjs.com/)
5. Move into the `node_modules/impact-fork/` directory (this will be your home directory for your game from now on basically)
6. Run the command: `npm start` (you will see some output ending in "app listening on port 8080")
7. Open a web browser and browse to "http://localhost:8080/"
8. If you are starting with a fresh copy of impact, you will simply see a black square with the words "It Works!" inside

Expand All @@ -17,7 +17,7 @@ Update
----------
Periodically, you should check for updates to the library. To do this (and update), just issue the command:

npm update impact-fork
`npm update impact-fork`



Expand Down