Should be good now, haha. I literally just pushed a new update. Had to take down the service for a little.
Legacy System Software
Creator of
Recent community posts
Thank you for the feedback. All great suggestions - for your first issue, I had seen that at one point and only once. I've been trying to recreate it on my dev environment again, but the time I did get that issue I just kept running dungeons with them and it flipped back to normal after a couple runs. Must be like an integer overflow thing that's coming back from the experience curve equation.
Dungeon quality will help with item quality, but it's in later levels. So right now there's 3 tiers of items and you start seeing those items first at level 15 dungeons, and then the highest tier items at level 35. I see what you mean though - there should be more gradual scaling instead of just pure random items.
For the leave dungeon and pathing issues - just updated today and it adds the exit dungeon button and I think I have a good fix for pathing issues. It's a hard thing to test because there's so many game state permutations that could cause pathing issues.
Thank you for your feedback. This is great actionable feedback, I greatly appreciate it! The mana cost shown on the skills is a great idea and I think you're right. The maps are a little too big currently at earlier levels, but the higher the dungeon level you push the more guys that spawn. I plan on making more smaller rooms so the chances of getting some of the super large ones will go down.
Hey dude. Thank you for playing my game! I saw you played a bunch of other ones and that was super cool you recorded your play throughs. Really means a lot to the developers.
A shame you had issues. I haven't had a single person have issues with the black screen like that. Must've had something to do with the music not playing. You really have to get to like level 10 for it to really ramp up - more guys, better weapons. It starts getting like a real hack and slash mayhem.
I'm not using drawImage. You're right - it's way too slow. I copy the canvas buffer array and put on pixel by pixel to that array. It's only using a low amount of percentage of your CPU because it's single threaded and probably using 100% of one core. I need to look into WebGL for sure. I just like working out the math for these myself, but I gotta stop doing that and start using at least a graphics library or maybe even a game library. I'll check out ArrowBench, thanks!
Interesting concept. It's weird, I first looked at the screenshots and was thinking it looked kinda janked, but then watching the organisms move around is super cool and unique. This game has a unique style to it and to build a full zoo tycoon in your own engine is pretty slick. Audio could've served well here if each of the animals had its own sound and some like visitor commotion in the background. How many fire dudes do you have in that pen on your cover art to have all those patrons that happy?
I really liked this game. This was a fun idler with a lot of progression that someone could put a decent amount of play time into. For a full game that is great, but for a game jam I kinda wanted to see some of the upgrades cost less. 50k on gold for the second city seemed super daunting. Your cover image is really well done and is an important part to entice players to play your game.
Hilarious characters and dialog - the fact you wrote a whole back story really ties this game all up into a complete package. The art is good and it serves well with the comedy theme of the game; the art is also very consistent which makes it very nice. A couple things I would have liked to see: I was kind of confused as to what I was buying in the stat screens. Not sure, but the buttons would still have like a clicked animation even when I didn't have enough energy and I would click on the buttons in the stats screen and my stat number didn't raise. Another thing was the lack of sound; some audible feedback on attacks and mouse clicks could've made the comedy even better. Overall really good showing and shows you have pretty good command of unity.