I wanted to try out VueJS without writing another TODO app. So, Bitcoin clicker was born. It's a browser game with the objective to become the biggest Bitcoin miner! 🚀
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.
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! 💬
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 |
To Ottmar for early stage user feedback. 👍