Checks if numbers in a given array have specific digits, if so provides different output. also allows the user to play blackjack
- Clone from https://github.com/j-farkas/beep-boop.git
- Run in browser
- Enter a number
- Or hit deal if you want to play blackjack
None known
- If 1 is input, program will output: 0,beep!
- If 5 is input, program will output: 0,beep!,boop,I'm sorry dave I'm afraid I can't do that,4
- If 32 is input, program will output: I'm sorry dave I'm afraid I can't do that after counting up to 32 replacing as indicated prior
- If 21 is input, program will output: ...,boop, after counting up to 21, replacing as indicated prior
- If 103 is input, program will output: I'm sorry dave I'm afraid I can't do that, after counting up to 102, while replacing numbers as indicated prior
- If 123 is input, program will output: ...,I'm sorry dave I'm afraid I can't do that, after counting up to 123, replacing numbers as indicated prior
- If 177 is input, program will output: ...,beep! after replacing numbers as indicated prior
- If the deal button is hit, a hand blackjack will be dealt
HTML, CSS, Bootstrap, Javascript and Jquery were used
This software is licensed under the MIT license
Copyright (c) 2016 Jared Farkas