/jest-another-RPG

UCF Boot Camp Week 10 Lesson

Primary LanguageJavaScript

Jest Another RPG

Issues Issues

Description

A simple, text-based RPG created as an introduction to Node.js, test-driven development, and object-oriented programming.

Contents

Installation

To use this application, please install:

npm i inquirer

Usage

After installing the required packages, use the command line to navigate to the root of the application and run node app. Follow prompts to enter player name and play the RPG.

Built With

Tests

To run tests on the application, install

`npm i jest`

and run npm run test from the command line.

Questions

If you have any questions about the repo, please open an issue or contact me via email at deckiedevs@gmail.com. You can find more of my work on my GitHub, deckiedevs.

Credits

  • Created with amusement by Mila Decker.