Farmclicker is an idle clicker game based on gathering/selling resources. This style of games resembles the likes of Cookie clicker or Clicking bad.
This project uses react
+ redux
for the view and state management.
I wanted to build a complex version of the tradition idle clicker game. Involving multiple resources (eggs, milk, wheat etc) that can work together and combine to produce complex items to sell. Eventually with enough items, a small industry could be formed producing and selling a variety of produce.
To run farmclicker locally, clone the repo and run the following:
yarn install # or npm install
yarn start # or npm start
This game is a work-in-progress, things will be added progressively. To see whats coming up next, check out the GitHub project for farmclicker.