# TrueExponential-zhCN **Repository Path**: GSUI5051/TrueExponential-zhCN ## Basic Information - **Project Name**: TrueExponential-zhCN - **Description**: 真正意义上满足指数增长的放置增量游戏。原作者:angarg12 - **Primary Language**: JavaScript - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: http://likexia.gitee.io/trueexponential/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-02 - **Last Updated**: 2022-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [English](https://github.com/GSUI5051/TrueExponential-zhCN/blob/master/README.md#trueexponential) | [中文](https://github.com/GSUI5051/TrueExponential-zhCN/blob/master/README.md#%E7%9C%9F%E6%8C%87%E6%95%B0) 真·指数 =============== 以下所有的“我”均指原作者[angarg12](https://github.com/angarg12) ——译者注 游戏 ----------- 第一个真正意义上做到指数增长的点击/放置/增量游戏! 点击按钮生产现金,购买升级以增强倍增器的效果,接下来就交给指数增长了。 查看更新日志以查看更新内容和游戏内容的更改。 动机 ----------- 很多增量游戏的玩家对于什么是指数增长有误解。很多玩家,甚至是游戏作者,把多项式增长当成指数增长(只要多项式的次数大于2,他们就敢这么说)。 我写了一个小作品,告诉你们指数增长有多快。根据玩家的反馈,我决定把它做成一个完整的游戏。 技术 ----------- 这个游戏基于 Javascript (Angular.js) ,同时使用了 [decimal.js](https://github.com/MikeMcl/decimal.js/) 超越了 Javascript 中 1e308 的数值极限。然而,decimal.js 所能表示的最大数字,限制了“指数增长”的效果。如果哪个库能表示更大的数字,我表示很欢迎。 许可证 ----------- 真·指数,一个关于指数增长的实验性增量游戏 版权所有 (C) 2015 Andrés Garcia Garcia (angarg12) 本项目系自由软件,你可以对其按符合自由软件基金会发布的 GNU 公用许可证(GPL)的方法进行分发和/或修改,不论是 GPL v3,或者是更新的版本。 本项目的演绎作品需提及原作者,未经原作者的明确同意,原作者不为其演绎作品代言。 译者的话 ----------- 本项目基于 [angarg12](https://github.com/angarg12) 的开源项目 [TrueExponential](https://github.com/angarg12/TrueExponential) 进行汉化,该项目按 GPL v2.0 进行开源。 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](https://github.com/MikeMcl/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. Words from Translator ----------- The project is based on open-source project [TrueExponential](https://github.com/angarg12/TrueExponential) made by [angarg12](https://github.com/angarg12) . It's a free and open-source software licensed under GPL v2.0