All Projects → samuelbeard → IncrementalRPG

samuelbeard / IncrementalRPG

Licence: other
Incremental Game with the goal of growing and growing as much as possible.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to IncrementalRPG

devlife
Web browser game in JS
Stars: ✭ 26 (-42.22%)
Mutual labels:  incremental-game
AutoTrimps
AutoTrimps - Zek
Stars: ✭ 37 (-17.78%)
Mutual labels:  incremental-game
GiantShaftEnterprises
Incremental idle game about building businesses and shaft mining asteroids....and maybe conquering the galaxy along the way.
Stars: ✭ 41 (-8.89%)
Mutual labels:  incremental-game
beerplop
Repository for the incremental game Beerplop
Stars: ✭ 17 (-62.22%)
Mutual labels:  incremental-game
continuum-engine
A Javascript engine to power incremental and idle games
Stars: ✭ 45 (+0%)
Mutual labels:  incremental-game
break infinity.js
A replacement for decimal.js for incremental games who want to deal with very large numbers (bigger in magnitude than 1e308, up to as much as 1e(9e15) ) and want to prioritize speed over accuracy.
Stars: ✭ 145 (+222.22%)
Mutual labels:  incremental-game
totominc.github.io
Old repo for my old learning projects (mostly incremental-games).
Stars: ✭ 57 (+26.67%)
Mutual labels:  incremental-game

IncrementalRPG


Incremental Game with the goal of growing and growing as much as possible. Both in the game and the growing the game itself.

The game is currently in ALPHA so it could break at any moment. Submit an issue if you do play the game and break something.


To Do

  • Remove all static information from the localStorage files. We don't need to save resource names, descriptions, etc on the user's computer. We only need to save the user specific data.
  • Update to bootstrap 4 or remove bootstrap all together and make it all bespoke. (We could remove jQuery then too.)
  • Better message display. Popup notifications?
  • Better upgrade display? Do we need to show what upgrades have been purchased?
  • Add a research time to upgrades.
  • DRY the upgrades. Can I add the value the upgrade changes, the object it changes and the button HTML into the JSON object?
  • If the user can't afford something, show the lacking resource in red next to its buy button.

Future Upgrades

  • Chainsaws - Reduce the amount of time it takes for workers to gather wood to three seconds.

  • Big ol' Diggers - Reduce the amount of time it takes for workers to mine stone to three seconds.

  • Industrial Revolution - Reduce the amount of time it takes for workers to gather iron to three seconds.

  • Guns and Running - Reduce the amount of time it takes for workers to gather food to three seconds.

  • Four Dimensional Trees - Reduce the amount of time it takes for workers to gather wood to one second.

  • Stone From The Future - Reduce the amount of time it takes for workers to mine stone to one second.

  • Unrusting - Reduce the amount of time it takes for workers to gather iron to one second.

  • Suicidal Animals - Reduce the amount of time it takes for hunters to gather food to one second.

  • Bigger Tents - Tents built from now on can hold three people.

  • Squeeze In - Houses built from now on can hold six people.

  • Bunk Beds - Hostels built from now on can hold twenty people.

  • Teepees - Tents built from now on can hold five people.

  • Stick Em In The Cupboards - Houses built from now on can hold ten people.

  • Getting a Little Cosy - Hostels built from now on can hold thirty people.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].