marcusjensen15 / week-3-project

Project files for week 3 "Beep Boop" project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beep, Boop Game!

Game that takes an numerical input, and returns a string of Beeps/Boops/Numbers/ and Hidden messages based on that number, November 1, 2019

By Marcus Jensen

Description

This application takes a numerical input from the user, and responds with comma separated values counting up to or down from that number (as specified by selecting 'forwards' or 'backwards' by the user). Numbers containing a 1 are replaced with "Beep!", numbers containing a 2 are replaced with "Boop!", and numbers containing a 3 are replaced with "I'm sorry Dave, I'm afraid I can't do that.". If the user's inputed number is divisible evenly by 3, the returned message when the application encounters a 3 in the string will replace "Dave" with the users inputted name.

Setup/Installation Requirements

  • Clone GitHub Repo, download to your computer
  • Make edits by opening application using atom or another text editor
  • open the index.html file in browser (Google Chrome preferred)

Known Bugs

No known bugs. If you find one let me know. My contact information is below

Support and contact details

Contact: Marcus Jensen Email: marcusjensen1515@gmail.com

Technologies Used

HTML, CSS, Javascript, jQuery, Bootstrap CSS Styling

License

MIT License Usage

Copyright (c) 2019 Marcus Jensen, Epicodus

About

Project files for week 3 "Beep Boop" project.


Languages

Language:HTML 46.6%Language:JavaScript 40.6%Language:CSS 12.8%