Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmwalls/bitcoincollector
JQuery-based Game
https://github.com/rmwalls/bitcoincollector
bitcoins css game javascipt jquery
Last synced: 5 days ago
JSON representation
JQuery-based Game
- Host: GitHub
- URL: https://github.com/rmwalls/bitcoincollector
- Owner: rmwalls
- Created: 2019-05-04T21:00:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T23:04:26.000Z (about 5 years ago)
- Last Synced: 2024-11-15T04:06:44.776Z (5 days ago)
- Topics: bitcoins, css, game, javascipt, jquery
- Language: JavaScript
- Homepage: https://rmwalls.github.io/BitcoinCollector/
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Collector
JQuery-based Game:
The assignment was to create a Crystal Collector Game. I didn't like the crystals so much and so chose a more timely Bitcoin Collector (bitcoins currently valued at $7K). I also thought the layout of the assignment was awful. So I deliberately did not match it exactly.Years ago I was self-employed as a "computer consultant" and called my "company" Aardvark Computer Consulting. At that time, people still used the Yellow Pages, which were organized alphabetically. "Aardvark" gave me an advantage. At any rate, I may use that again. So I added a favicon of an aardvark. Made me happy!
The Bitcoin Collector game generates a random number that you must match by clicking on bitcoins. Each bitcoin has a randomly assigned value. Each value is added to your total. You need to match your total to the random number to win. You figure out the value of each bitcoin as your score changes.
As long as your score remains below the random number, you keep playing. If you go above the random number, you lose. When you match the number, you WIN!
Good luck and have fun! https://rmwalls.github.io/BitcoinCollector/
HTML, Bootstrap, Javascript and JQuery were used to create this game.