/RPGProject

2 day group project using functional programming with JavaScript

Primary LanguageJavaScript

Sauce Quest

RPG Game 2 Day Project | April 15th. 2020_

By ** Brandan Sayrath, Benjamin Thom, Todd Walraven, Drake Wilcox **

Description

This is an in-class assignment using functional programming and testing in JavaScript.

Setup/Installation Requirements

Make sure you have git version control installed on your computer.

  1. find the green 'Clone or Download' button and copy the link
  2. open terminal and type...

Windows

cd desktop

Mac & linux

cd ~/Desktop
  1. in terminal type 'git clone {link to repository} '
git clone Link-Here
  1. navigate to the new folder that was created on your desk
cd folder name
  1. run npm install
npm install
  1. run development server
npm run start
  1. edit files in '/src' to make changes to the project.

  2. remove .git delete this projects commit history

rm -rf .git
  1. start your new git repository
git init

Specs

Behavior Driven Development Spec List

Behavoir Input Output

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Copyright (c) 2020 Drake Wilcox