Skip to content

A very small, fast, big number library for incremental and idle games for javascript and C#

License

Notifications You must be signed in to change notification settings

Sin-Gala/idle-bignum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

idle-bignum - Fork ReadMe

C# version added in a new branch. Tested with Unity.

Written by SinGala based on the javascript master branch.

idle-bignum - Base ReadMe

idle-bignum is a very small, fast, big number library for incremental and idle games in javascript.

Introduction

If you are looking for a simple solution to handle big numbers above the javascript limit of 1.79E+308 (MAX_VALUE) for your next incremental game then idle-bignum is what you need.

Note: The class names powers of ten using the Conway-Wechsler System (e.g. 10^261 is named sexoctogintillion).

I have used this class in the incremental game Idle Brainz. A demo is available here.

License

idle-bignum is licensed under the MIT LICENSE.

About

A very small, fast, big number library for incremental and idle games for javascript and C#

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%