Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mablay/bitcoin-clicker
clicker game - become the biggest miner
https://github.com/mablay/bitcoin-clicker
bitcoin browser-game clicker-game mining
Last synced: 8 days ago
JSON representation
clicker game - become the biggest miner
- Host: GitHub
- URL: https://github.com/mablay/bitcoin-clicker
- Owner: mablay
- Created: 2018-09-07T04:47:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:20:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T09:41:24.197Z (over 1 year ago)
- Topics: bitcoin, browser-game, clicker-game, mining
- Language: JavaScript
- Homepage: https://mablay.github.io/bitcoin-clicker/
- Size: 6.19 MB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Clicker
![version](https://img.shields.io/badge/version-v0.4.1-blue.svg)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)
![status:development](https://img.shields.io/badge/status-development-red.svg "In development")I wanted to try out [VueJS](https://vuejs.org/) without writing another TODO app.
So, Bitcoin clicker was born. It's a browser game with the objective to become the biggest Bitcoin miner! :rocket:![Gameplay](https://raw.githubusercontent.com/mablay/bitcoin-clicker/master/public/img/bitcoin-clicker-v0.3.5.gif "v0.3.5")
## Gameplay
The player starts bitcoin mining back in 2013.
Purchase and deployment of mining hardware as well
as technological research is required to stay
competitive in the market.
Mined coins need to be sold to cover rent and utility bills.## Current State
The game is in early development. The foundation is
done, yet intuitive UI and story telling mechanics
are still missing in action.I'm grateful for your constructive feedback! :speech_balloon:
## Project setup
| Task | Command | Comment |
|---|---|---|
| Install | `npm install` | Run once after clone |
| Build | `npm run build` | for static deployment |
| Lint | `npm run lint` | standard |
| Test | `npm run test` | using jest |
| Deploy | `npm run deploy` | Deploys to Github pages |## Special Thanks
To Ottmar for early stage user feedback. :thumbsup: