Very cute! :-)
Can't wait to see the next evolution stage.
Good work, keep it up, please.
And thanks a lot for this very addicting game.
Never tried.
If you get it to work with one cookie it's maybe worth a try.
---snip---
ms = new MemoryStream();
xmls.Serialize(ms, gd);
var helpcvalue = Encrypt(Encoding.UTF8.GetString(ms.ToArray()));
ms.Close();
try
{
int helpcvallength = helpcvalue.Length;
int helpcvalAnzahl = (helpcvallength / 4000);
string[] helpcvalsplit = new string[helpcvallength];
setCookie(gd.GameName + "A", (helpcvalAnzahl + 1).ToString(), 500);
for (int i = 0; i < helpcvalAnzahl; i++)
{
helpcvalsplit[i] = helpcvalue.Substring(i * 4000, 4000);
setCookie(gd.GameName + i.ToString(), helpcvalsplit[i], 500);
}
helpcvalsplit[helpcvalAnzahl] = helpcvalue[(helpcvalAnzahl * 4000)..];
setCookie(gd.GameName + helpcvalAnzahl.ToString(), helpcvalsplit[helpcvalAnzahl], 500);
RetVal = "Cookie OK: " + gd.LastSaveTime;
}
catch (Exception)
{
---snap---
Still love your game and look forward to future expansions.
Three small notes...
Sometimes you go negative when buying with “Buy Max”. (See screenshot) Maybe your formula is missing a -1 or there is a rounding problem.

The buy all button in the main UI would be more pleasant for me if it were under the purchase type selection (screenshot)
With the Gift prestige you lose the Favor Buy All button, which is a bit annoying because you then have to do everything manually again until the first Favor prestige.
But again: A wonderful game, great graphics and you can see the love you put into the development! Thank you for that!!
Thanks for your comment.
I am very happy that you liked the game.
After playing all reincarnations, they will be chosen randomly.
So the game goes on (theoretically) endlessly. With more bonus and higher requirements.
However, you should continue with your current reincarnation until you have exhausted everything. Then it goes very, very quickly to prestige.
You have to see that once. :-)
Nice little shooter! But where is the idle part? Is there a long-term goal that I just can't see?
If I lose the level it starts right back where I was. No chance of progressing in the long term.
The most upgrades are at the limit so it seems that the game ends with endless repetition at the moment.
But the start is really very nice and you can certainly make a nice "long-term" game out of it.
Keep it up!