Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

AngryGoblin

3
Posts
2
Followers
A member registered 12 days ago · View creator page →

Creator of

Recent community posts

I added a Linux build. Let me know if it works for you :) 

Thank you for the comment. The kind of game I want to build out of mirage, is a game where your skill matters, if you like to min max and optimize your idle time. 

Thank you for your comment! I will try to build it for Linux. As for web, unfortunately Godot 4 with C# cannot be built as for now. It's not supported. 


For the simulation, for the user I store all user inputs (movement, aim, triggered abilities) with their respective frame, and then replay them deterministically. As for the enemies, I store the rng seed that was used for deciding which enemy spawned and where. Then the deterministic behavior takes care of the rest.  For the drops, I use a different rng seed so they are not always the same! 

Although it's cool to see, I think I will remove this feature. I believe it's better for players to just set the idle for each character in the background, without having to see the simulation and having to have the game opened. 


Again, thank you for your comment, I really appreciate it!