Welcome to my base-36 converter! It's useful for things like save codes, as base-36 is far more compact than base-10 and can save many digits with large numbers. With only 8 digits (zzzzzzzz), base-36 can convey the base-10 number 2821109907455! (13 digits) The following information can be found in the "CN329 Base-36 Converter" sprite in this project: - What is base-36? - Why is base-36 useful? - How does base-36 work? (converting to base 10) - Purposes of lists in this project - How to implement this engine into your project - Terms of use TERMS OF USE: You can use this engine for anything as long as you give credit to me for the engine in the description of your project!
NOTE: All variables for this engine begin with B36, and conflicts with existing variables in your project should *almost* never happen; however, be sure you don't have any existing variables in your project with the same name as a variable from this project! Credits and used resources: https://mathbits.com/MathBits/CompSci/Introduction/frombase10.htm (Info on converting from base-10 to an arbitrary base) http://extraconversion.com/base-number-conversion-table/base-10-to-base-36.html (Reference sheet to better understand how base-36 numbers work) http://extraconversion.com/base-number/base-10/base-10-to-base-36.html (Converter from one base to another)