diff --git a/README.md b/README.md index 9132ad8..69b368a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ player. Notification of new questions and answer results are broadcast via Websocket to the mobile app using the SocketIO library. +**Game screenshot** + + + +** Admin screenshot ** + + + ## Architecture The app has two major pieces: An AngularJS based client app which comprises the front-end @@ -118,7 +126,7 @@ Angular As an option, the app can be configured so that each person who registers to play is recorded as a Lead record in Salesforce. This template shows how to access the -Force.com API to exchange data with a Salesforce account. See [FORCE_README](FORCE_README.md) +Force.com API to exchange data with a Salesforce account. See [FORCE_README](docs/FORCE_README.md) for full instructions. # Debugging diff --git a/FORCE_README.md b/docs/FORCE_README.md similarity index 100% rename from FORCE_README.md rename to docs/FORCE_README.md diff --git a/docs/admin_shot.png b/docs/admin_shot.png new file mode 100644 index 0000000..bc6010a Binary files /dev/null and b/docs/admin_shot.png differ diff --git a/docs/game_shot.png b/docs/game_shot.png new file mode 100644 index 0000000..2e1a6cb Binary files /dev/null and b/docs/game_shot.png differ