- Michael2_3B's Javascript Endeavors
- 07 Dec 2017 04:02:58 pm
- Last edited by Michael2_3B on 24 Jan 2018 11:52:04 am; edited 7 times in total
I've never really tried out Javascript before, so I guess I'll start now. In this topic I'll be sharing whatever projects I work on in HTML/CSS/Javascript and such.
-------------------------------------
(Calculator Hoarder)
Keep in mind, this is my very first javascript program, so there are probably several optimizations which could be made. I've only just started working on this last night, so there aren't a lot of features yet.Also, I kind of blindly set prices for new items and how many calculators they give each second, so if you have any suggestions on that, I may appreciate them. I still might change the cps of each feature, but I think I figured out a good price for each and a good price increase each time you buy. Each feature price increases by 1.15 times it's previous price.
In addition, you currently will lose all game data if you reload the page. I don't know much about implementing cookies, but I think I'll look into that. Auto-saving was added.
-------------------------------------
(Calculator Hoarder)
Keep in mind, this is my very first javascript program, so there are probably several optimizations which could be made. I've only just started working on this last night, so there aren't a lot of features yet.