comments for EXP Simulator
sort: go backI've played this game before already, so here are my thoughts (with programming stuff added in):
- Earlygame is just...too slow for most people. You unlock features, sure, but it takes a very long time to actually unlock the prestige mechanic in the game.
- The fact that you can't use Space/Enter to hold down a key is just...annoying. You may want to consider only blocking the action when e.repeat is true (aka, when you're holding down the button) and to make it click at the same rate as when you hold it down. Even then, the low repeat rate is kind of painful and makes the game seem even slower than it already is. Maybe increase it to 10 or 20?
- Prestige doesn't feel...satisfying? (At least, the first few don't.) Also, the little button doesn't even ask for confirmation, which is not great for players. Configuration of prestige seems to let you set values above 60 without warning the user that it doesn't do anything until later, so just hide it before getting and it should be good.
- About ...it's, weird? It does warn you beforehand about PP cost inflation, but the inflation felt a little extreme to me. The inflation also is a little absurd in my opinion, and I feel like it should just add to the amount of PP you would earn by default (which is 1) and add more based on the amount of levels after 60, and not based on the total.
- Perhaps add autosave? Adding a simple event to save after leaving the tab would work fine: onpagehide
, although a deceptive event name, is perfect for this case, as it functions as a better onbeforeunload
. ;)
- Maybe smooth out the way the main "progress bar to next level" is animated; perhaps a piece of transition CSS that's about 100ms would work. (In my personal opinion, this would make things seem more smooth, but maybe that's just me.) Maybe a few themes here and there?
I'm not saying that the game is horrible or anything; it just needs some progression changes. This seems much better as a game to open maybe once a day, not something you could actively grind. Also, the fact that offline progression isn't calculated makes it even more annoying (it doesn't matter if the precision is that accurate; just simulate 1,000 ticks and multiply the production based on the offline time, or maybe just do the exact same thing as Spice Idle). Just make the earlygame go by faster. It seems to suffer from the same kind of repetitive clicking as earlygame Antimatter Dimensions, but is even more barebones with just three buttons.
It's a shame how earlygame is that slow, as the game really does seem to get more interesting as time goes on. That's it from me, though.
developer response: unfortunately i don't have any plans to change the game balancing anymore. there are certainly things i'd have done differently if i made the start of the game now, but all the game's content has already been made on top of it. certainly a case of "first project syndrome"
- space is actually the hotkey for the EXP button! hotkeys aren't enabled by default though (maybe something i should change). also holding down the EXP button/space already goes at 10 clicks/sec
- i didn't give prestige a confirmation because it only resets like 10 minutes of gameplay, and there's also no choice as to when to do it at first
- limit break works in the way that it does to prevent just prestiging quickly over and over to progress, and places incentive on reaching high levels
- there is autosave? every 1 minute
- offline progress in on my list of features to add! i'm working on spice idle right now, but i'll come back to add it once i finish the update i'm working on
Do you like games that adopt longer wait time paradigm (and there's nothing wrong with that)?
Do you like repetitive games?
You're in luck.
It would be really nice to have an option to sort the achievements by recent, or only show the newest ones, or only show unlocked ones, etc. I hate having to frantically page back and forth through all 18 pages.
Alternatively, maybe fit upwards of 4x more achievements on a page and sort them by the order people get them in usually, and that would work too.
Loved playing the game <3
Are you going to add Spice Idle? Also, the game is really good
I feel like I played this before
Would be nice to know when the next thing is going to be unlocked. The initial upgrades section seems boring and pointless without a known goal.
just shy of 8minutes for 60, pretty fun game.
@unicodes it means 10 levels
Good game. Nothing else can I say.
var but = document.getElementById("click");
function clickBtn (){
but.click()
}
setInterval(clickBtn,100);
This loops the button click without messin up stuff just put it in scope in the dev console
people when incremental has more that a 30s time wall:
Would be helpful to see how much was spent on bought Prestige upgrades to calculate when/whether to respec.
@not_omen thanks! that was useful and now my hand doesn't hurt.
Decathlevel
what does this mean
suit yourselfes bcz the levels gonna go BRRRRR
Are you adding Spice Incremental next?
PotatoTheMemer, it's one thing to HAVE a timewall, a completely different thing to START with a timewall.
This game is really boring at the start. There isn't much, and everything that is there is repetitive.
You can hold down the XP button!