GithubHelp home page GithubHelp logo

fsi-creating-a-choose-your-own-adventure-game's Introduction

Creating a Choose Your Own Adventure Game

This is an activity for SD Lesson 1.10.2- Conditional Statements.

Please refer to the Activity Guide in Canvas for directions.

fsi-creating-a-choose-your-own-adventure-game's People

Contributors

009kings avatar brandiw avatar jlboba avatar johnnymcd avatar joshua-miles avatar ncreshon avatar technosayge avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fsi-creating-a-choose-your-own-adventure-game's Issues

FSD Module 5 Activity > In Class > Conditional Statements > Creating a Choose-Your-Own-Adventure Game - Bug in code - Step 4; Line 7

This is in FSD Module 5 ==> In Class ==> Conditional Statements ==> Creating a Choose-Your-Own-Adventure-Game activity

Step 4 in this activity "Respond to the user's answer..." has a bug in it.
Line 7 "if (answer" should be "if (firstAnswer"
It needs to be corrected in both the image and the "copy text"

1 : let firstAnswer = window.prompt('Do you head left or right?')
2 : if(firstAnswer === 'left'){
3 : let secondAnswer = window.prompt(You come across a stray cat. 4 : It scampers off down a small hole, just large enough for you to crawl through. 5 : Do you follow it, or continue on your path?)
6 :
7 : } else if(answer === 'right') { // this line should read "if(firstAnswer === 'right')"
8 : let secondAnswer = window.prompt(You come across a snoring dragon. 9 : On the other side of him, you see a shiny chest of treasure. Another path would 10 : lead you away from the dragon altogether. Which path do you take?)
11 :
12 : }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.