Skip to content

jesstrong/js-mastery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Browser JavaScript - Donut Maker

A tribute to Cookie Clicker

This is program made with the enjoyment of creating donuts on a click! Project was created using 100% JavaScript. Go to the src folder then the js folder to find DonutShop.js program. Open DonutShop.js in Visual Studio Code using Live Server to run in web browser. User can click on button to create donuts along with purchase of an “Auto Clicker” and “Donut Multipliers”.

Terminology in app:

Donut Count: The number of Donuts you have created by clicking, either manually or with an Auto Clicker.

Auto Clicker: Auto Clickers will automatically click for us every second, so we don't have to click manually.

Auto Clicker Count: The number of Auto Clickers purchased. Auto Clickers apply one click per second for every Auto Clicker purchased.

Auto Clicker Cost: The number of donuts required to purchase an Auto Clicker. Starting cost is 100 donuts. For each Auto Clicker purchased, the cost of the next Auto Clicker increases by 10%.

Donut Multiplier: Donut Multipliers increase the number of Donuts made for each click.

Donut Multiplier Count: The amount of Donut Multipliers purchased. Donut Multipliers increase the value of a click by 20% for each Donut Multiplier purchased. Donut Multipliers increase the value of both manual and Auto Clicks.

Donut Multiplier Cost: The number of donuts required to purchase a Donut Multiplier. Starting value is 10 donuts. For each Donut Multiplier purchased, the cost of the next Donut Multiplier increases by 10%.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages