Skip to content

Commit b94361e

Browse files
committed
Updated README and sample room
1 parent e2e2fd5 commit b94361e

File tree

3 files changed

+12
-47
lines changed

3 files changed

+12
-47
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ You should look for the map, auth, mediator, player and room servers. Confirm if
185185

186186
Now that you have successfully deployed your own app in the Bluemix Kubernetes Container Service, you can access it via its IP address and assigned Port.
187187
> https://169.xxx.xxx.xxx:30443/
188+
> You will need to use https on port 30443.
188189
189190
* You will see the homepage of your app on that address.
190191
![Homepage](images/home.png)
@@ -193,6 +194,11 @@ Now that you have successfully deployed your own app in the Bluemix Kubernetes C
193194
* The app will prompt you to enter your desired **Username** and **Favorite Color**
194195
![Game](images/game.png)
195196
* **Congratulations! You now have your own GameOn app running on Bluemix! You may now wish to explore on creating new rooms and adding social logins.**
197+
* Commands in GameOn app:
198+
* `/help` - lists all commands available
199+
* `/sos` - go back the the first room
200+
* `/exits` - lists all available exits
201+
* `/go <N,S,E,W>` - go to the room in that direction
196202

197203
# 5.1 Add Social Logins
198204
You may want to add social logins so you and your friends can explore the rooms together.
@@ -251,11 +257,11 @@ You will need to add this in the environment variables on the yaml files of your
251257

252258
You can build your own rooms by following [**this guide**](https://gameontext.gitbooks.io/gameon-gitbook/content/walkthroughs/createRoom.html) by the GameOn team. They have some sample rooms written in Java, Swift, Go, and more.
253259

254-
In this journey, you will deploy the sample rooms written in **Java** and **Swift**. You will deploy it in the same cluster as your GameOn App.
260+
In this journey, you will deploy the **[sample room written in Java](https://github.com/gameontext/sample-room-java)**. You will deploy it in the same cluster as your GameOn App.
255261

256262
You can create these rooms by executing
257263
```bash
258-
$ kubectl create -f sample-rooms
264+
$ kubectl create -f sample-room
259265
```
260266

261267
To register the deployed rooms in the cluster, you will need to use the UI of your app.
@@ -266,9 +272,10 @@ To register the deployed rooms in the cluster, you will need to use the UI of yo
266272
> Note: In the samples, the Java Room uses port 9080, while the Swift room uses port 8080.
267273
268274
![addroom](images/addroom2.png)
269-
![addroom](images/addroom3.png)
270-
* You now have successfully registered your rooms in your Map. You can go to them directly by typing these commands in the UI: `/listmyrooms` and use the id in `/teleport <id-of-the-room>`
271-
You can learn more about the details of registering a room [**here**](https://gameontext.gitbooks.io/gameon-gitbook/content/walkthroughs/registerRoom.html).
275+
* You now have successfully registered your room in your Map. You can go to it directly by typing these commands in the UI: `/listmyrooms` and use the id in `/teleport <id-of-the-room>`. [Explore the game](#5-explore-your-gameon-app).
276+
277+
* You can learn more about the details of registering a room [**here**](https://gameontext.gitbooks.io/gameon-gitbook/content/walkthroughs/registerRoom.html).
278+
* You can build your own room by following [GameOn's guide](https://gameontext.gitbooks.io/gameon-gitbook/content/walkthroughs/createRoom.html)
272279

273280
## References
274281

File renamed without changes.

sample-rooms/swiftroom.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)