Skip to content

rogerdc/Slimmmo.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slimmmo.github.io

Simple AdVenture Capitalist calculator using averages not cycle time. Made with AngularJS, Bootstrap, ui-bootstrap, and Font-Awesome.

Reddit link.

Please let me know if:

  • you find any errors; and include as much information as possible for me to try to re-create it so I can fix it. If a calculation is off by a small amount, such as Lemons is saying 1.224 Billion / cycle instead of 1.223 Billion / cycle, then please just ignore it and don't let me know as it is either a rounding error or an error since number of angels is not exactly correct (rounding in game).
  • you think there is a more appropriate Upgrade Score calculation.
  • you would like any other additional features.

Notes:

  • Remember to manually check number of angels after each angel purchase. It's not intuitive yet.

To Do:

Code

  • Lots of overlap between resetPlanet, fullyResetPlanet and loadDefaults. Will need a rewrite.
  • Saving and loading formatting is nasty but don't want to save the whole planet since lots of it doesn't need to be saved. Output only the necessary fields (e.g. not upgradeCosts). When loading, load defaults then overwrite them with saved values while checking that the save actually has a value for that variable. This also needs a considerable redesign.

Features

  • Implement cycle time increments instead of averages to make the saving time calculations more accurate.
  • Incorporate a method to make decimal calculations accurate (stupid Javascript floats).
  • Add the managers that reduce unlock cost of businesses to recommendations.
  • Add a way to play out a user-defined strategy and provide detailed information.
  • Add a way to compare strategies.
  • Implement Simulate function from dev to play out the strategy that always purchases the highest recommended upgrade.
  • Add a way to change number of steps in the Simulate function.
  • A cool tree-based exploration for comparing upgrade paths (https://www.reddit.com/r/AdventureCapitalist/comments/3ik18l/another_calculator/cvvvcdt)

About

AdVenture Capitalist calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • HTML 15.7%
  • Python 4.1%
  • CSS 0.4%