Skip to content

Commit

Permalink
Add a run section in readme
Browse files Browse the repository at this point in the history
Also remove old unused stuff
  • Loading branch information
alexander-svendsen committed Aug 14, 2018
1 parent edaee69 commit c40d5d8
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,23 @@ Enterprise Software is cool!
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
You can find the most recent version of `create-react-app` guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).

## Run
```console
$ npm install
$ npm start

## Good puzzle design rules
# to run tests
$ npm test
```

##Tips
### A Good puzzle design should

1. Provide clear goals
- should always know what their short and longterm goals are, so they know witch puzzles to solve and have the motion to do so
2. Use signposting
- Add many clues on how to solve a puzzle. either by looking at stuff or talking to people
- signposting is like providing lots of little subtile goals for those that are listening and looking carefully
3: Feedback:
3: Give Feedback:
- A puzzle should help solve it self by giving feedback. Letting you know if you are on the right track


TODO:
- GA events

0 comments on commit c40d5d8

Please sign in to comment.