Thank you to Yuxian from Fontspace.com for this great pixelated font! https://www.fontspace.com/gangsmall-font-f69090
Idle Game Maker Tools

Over my time working in IGM, I've created a couple tools to help speed up development, for myself and for others. Take a look if you're looking for some helpful tools for developing in IGM.
  • Auto Game Hosting
    A tool that automatically takes whatever text is put into the text box, hosts it on a pastebin service, and loads that paste into IGM. If this sounds too good to be true, it's because it is-- Every time you click the Update Game button the game save is cleared due to a new paste being created. This makes it only really useful for creating layout in the beginning but my goodness is it so much better than the slow task of using Pastebin.com. At some point, the API key may break, and if that happens please contact me and I'll fix it.
  • Console Guide + Helper Functions
    A guide on how to use DevTools to help with development and debugging of your IGM game. No coding experience is necessary! Also includes a good set of helper functions to, say, speed up your game's tick speed or grant a certain resource, all for the sake of debugging of course.