restmud - a text adventure game for testers and developers

14
RestMud – A Text Adventure Game For Testers … or anyone that wants to improve their web, browser dev tools, HTTP traffic, REST API skills http://compendiumdev.co.uk/page/restmud

Upload: alan-richardson

Post on 13-Apr-2017

1.683 views

Category:

Entertainment & Humor


0 download

TRANSCRIPT

Page 1: Restmud - A Text Adventure Game For Testers And Developers

RestMud – A Text Adventure Game For Testers

… or anyone that wants to improve their web,

browser dev tools, HTTP traffic, REST API skills

http://compendiumdev.co.uk/page/restmud

Page 2: Restmud - A Text Adventure Game For Testers And Developers

What is it?

● A Browser Based Text Adventure Game

● A Rest Web Service● An HTTP Server Application

written in Java● A challenge

Page 3: Restmud - A Text Adventure Game For Testers And Developers

How do I play?

● Visit● compendiumdev.co.uk/page/restmud● Read about the game● Then …

Page 4: Restmud - A Text Adventure Game For Testers And Developers

How do I play?

● Download spbasic_v1.zip– http://compendiumdev.co.uk//downloads/games/restmud/spbasic_v1.zip

● Unarchive the zip file● Then ...

Page 5: Restmud - A Text Adventure Game For Testers And Developers

How do I play?

● Ensure you have Java 1.8 installed● Run the game

– 'java -jar restmudSingleUser_BasicTestGame_v_1_0.jar'

● Visit… http://localhost:4567/player/user/look

Page 6: Restmud - A Text Adventure Game For Testers And Developers

How do I play?

● Read the text● Click on the links● e.g.● To examine the sign,

– click “Examine it”

● To Go North,– Click “N”

Page 7: Restmud - A Text Adventure Game For Testers And Developers

Easy...

● It is just a verb/noun text adventure game– e.g.

● go north● Examine sign● Look● Etc.

– Well... not everything is displayed on the page…

– You might have to… get a bit technical

Page 8: Restmud - A Text Adventure Game For Testers And Developers

Pay Attention to the URLs

Page 9: Restmud - A Text Adventure Game For Testers And Developers

Use the Browser Dev Tools

Page 10: Restmud - A Text Adventure Game For Testers And Developers

Make a Map

Hint: This is the map for a different game

Page 11: Restmud - A Text Adventure Game For Testers And Developers

Use the API

Page 12: Restmud - A Text Adventure Game For Testers And Developers

Read the Docs?

Page 13: Restmud - A Text Adventure Game For Testers And Developers

How does it end?

● There is no death in this game.● Did you escape the maze?● Did you find any treasure?● Did you hoard the treasure to keep it safe?● Did you find secret passages?

Improve your scoreCan you beat score: 1190?

Page 14: Restmud - A Text Adventure Game For Testers And Developers

Play the Game Now

http://compendiumdev.co.uk/page/restmud