Skip to content

Console-based adventure game

Notifications You must be signed in to change notification settings

ditcham-park-coding-club/adventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventure

Console-based adventure game built by the Coding Club!

To Begin

(These instructions are for Google Chrome)

  1. Go to https://ditcham-park-coding-club.github.io/adventure/index.html
  2. Press F12 or right-click anywhere and select "Inspect"
  3. Select the "Console" tab
  4. You will be told what you can do. Each possible instruction is a function that you can type into the Console.
    • You must also include a pair of brackets, for example like this: sayHi()
    • Sometimes you need to include a parameter, like this: say("Hi"). Pay close attention to the instructions to see whether the parameter needs to be in quotes.
    • then, press Enter

Hint: If you mess up or die, use the Back button in the browser to try again.

Hint: Javascript is case sensitive. You have to use the correct lowercase and uppercase letters.

Technical

imageOptim -a -d .

About

Console-based adventure game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published