The Wayback Machine - https://web.archive.org/web/20220519044638/https://github.com/angarg12/TrueExponential
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
js
 
 
 
 
 
 
 
 
 
 
 
 

TrueExponential

The game

The first clicker/idle/incremental game featuring exponential progress!

Click the button to generate cash, buy upgrades to boost your multiplier and let exponential growth do the rest.

Check the changelog for a full list of changes and updates.

Motivation

There seems to be a common misconception between incremental game players about what exponential growth is. Many players, and even some developers, have labeled "exponential growth" what really is polynomial growth (even if it is a higher degree than 2).

I made a little demo showcasing how fast exponential growth is, and after popular demand, I decided to develop it as a fully fledged game.

Technology

The game is developed in Javascript (Angular.js) and uses decimal.js to break free of the 1e308 limit of regular JS numbers. Still, the maximum number provided by decimal.js dwarfs in the scale of exponential growth, and libraries that provided even bigger numbers are always welcome.

License

TrueExponential, an exponential incremental experiment.

Copyright (C) 2015 Andrés Garcia Garcia (angarg12)

This project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Derivative works should include attribution to the original author. The original author does not endorse or promote derivative works, unless explicit consent is given.