/bitcoin-clicker

💰🖱 The source code for the web game Bitcoin Clicker! Feel free to contribute!

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Bitcoin Clicker

This repository contains the source code of the game Bitcoin Clicker.

You can play the current stable version here: Play now!

Changelog - here

Contributing

If you found any issues or typos, just clone the repository and do the changes you want.

I recommand that you follow this order:

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Planned

There are following things planned for future updates:

  • Revise the item price system (higher prices, better Bitcoin/second rate)
  • Better code structure
  • Better looking design for the item menu
  • (BIG) Special items with the ability to give some bonus.

If you have any other suggestion, just write an issue with your ideas.