Giter Club home page Giter Club logo

beep-boop's Introduction

Epicodus Week 3 Intro: Solo Project

Beep Boop Game: Cat Janowitz; October 27, 2017

By Cat Janowitz

Description

This is a solo project that involves the design of a game that receives a number from the user. In return the user sees an array of number output starting from zero up to the number that was inputted, where every 0 is replaced with a "Beep!", every 1 is replaced with a "Boop!" and every number divisible by 3 is replaced with, "I'm sorry, Dave. I'm afraid I can't do that.".

SPECIFICATIONS

  • game returns an output of numbers, starting at 0 and up to the number inputted

    • Example Input: 4
    • Example Output (to be modified further): 0, 1, 2, 3, 4
  • game replaces every 0 with "Beep!" in that position

  • game replaces every 1 with "Boop!" in that position

  • game replaces every number evenly divisible by 3 with "I'm sorry, Dave. I'm afraid I can't do that." in that position

  • game returns an unordered list containing the entire output with replacements located at corresponding positions

    • Example Output (modified):
      • "Beep!"
      • "Boop!"
      • 2
      • "I'm sorry, Dave. I'm afraid I can't do that."
      • 4

Setup/Installation Requirements

  • access computer with internet connection and a browser

  • go to github.com and search "thatcat13"

  • browse thatcat13's repositories to find 'beep-boop' repository

  • click on 'beep-boop' repository and copy URL link that directs to this specific repository

  • access computer terminal and make sure you are at the top directory

  • in terminal, after $ prompt, type in: git clone {-don't type the following, just do the following: paste URL into terminal after git clone-} then hit enter

  • complete 'beep-boop' repository should be available at top directory (although desktop is suggested)

  • browse folder of repository to find 'index.html'; drag file directly into browser OR in browser click file open and access 'index.html'

  • or access gh-pages assigned to this project:

  • thatcat13.github.io/beep-boop

Known Bugs

No known bugs, but I'm a newbie so please keep an eye out for any bugs you may come across.

Support and contact details

If you have any issues, please feel free to contact me at:

Technologies Used

  • HTML
  • CSS
  • Bootstrap
  • Javascript
  • jQuery

License

  • The MIT License (MIT) applies to:
  • Bootstrap (and is copyright 2016 Twitter)
  • jQuery

Copyright (c) 2017 Cat Janowitz

beep-boop's People

Contributors

thatcat13 avatar

Watchers

James Cloos avatar

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.