Skip to content

CodeWithCarrie/text-adventure-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-adventure-game

Code with Carrie logo

Text Adventure Game

A small-scale, beginner-level console application inspired by the original NES Legend of Zelda and focused on modular design with classes

badge linking to CodeWithCarrie's website JavaScript npm

INSTRUCTIONS

You will write an interactive console application that simulates the first few encounters Link has in Hyrule!

Note

I am currently using this project for live mob programming with students at LaunchCode, so there is no public video walkthrough to code along with... but there will be eventually!

The Purpose

You will learn how to plan and execute a more complex application, building your problem-solving skills and teaching you solid patterns like using helper functions and including user input validation.

HOW TO FORK AND CLONE

Create Your Own Copy

  1. FORK it to your own GitHub account
  2. COPY the link from your new repo on GitHub
  3. CLONE it to your local machine. Example:

git clone https://github.com/YourUsername/text-adventure-game

Practice in Your Own Branches

If you want to update your forked repository from my parent repository when I add or change things to mine in the future, there are instructions below this section. It will go much easier if you don't ever change the code in main. Instead, do the following:

  1. From main, use the command git checkout -b new-branch-name to create your own branch for practicing (example: practice).
  2. Practice as much as you'd like in your new branch, making commits as you add code.
  3. When you are ready to work on something different in another new branch, use the command git checkout main to return to main and then you can repeat the two steps above.

ABOUT THE AUTHOR

Caroline "Carrie" Jones

Front End Engineer and Lead Instructor at LaunchCode

@Carolista - CodeWithCarrie.com - LinkedIn

About

A small-scale, beginner-level console application focused on modular design with classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors