small wysiwyg game engines - comparison


as far we know i recently took part in 3 hours game jams. maybe i wasnt first but here are tools which will drastically smaller you game making progress.
first engine i want to mention is pocket platformer, its a very underrated engine not even listed in game engines tab on itch. maybe its for platformers but even for such engine we have many options - custom graphics, resizable canvas, infinite number of levels, custom "doors" what makes it possible to even create a metroidavia clone. also - there are few hidden settings in player panel (like speed or jump height) and also other settings in advanced options under canvas color (it makes it even possible to define different sprite size than default)

next game engine in which games should be done rather quickly is mosi its mostly for rpg games although because its made very closely to bitsy engine its possible to create almost anything. there is only one con for this engine - lacking script documentation. okay, and maybe no grid inside drawing panels what makes it harder to create games in bigger sprite/world sizes but this second is solvable either by having luck OR taking a ruler (and we need to live with it).

third one i wanted to mention is bitsy 3D what? bitsy is in 3d? yes as you see, as for 3d engine its quite quickly to make a game i think. and as we know bitsy we know how far we can go with it...

and also honorable mentions to gameboy studio cause maybe it isnt for making games quickly but its very similar to other game engines here as for being retro engine.

and one NOT honorable mention - gdevelop cause maybe it have enough tools BUT: doesnt have graphics editor, might be harder to use and... even if its opensource engine they only use discord for their support. i got ban at them few years ago. this blog entry was just to warn you before you use it. i dont recommend.
you can use these instead (although these, same as gdevelop, arent quick game engines, just simplified normal ones...):
ct.js
microstudio
godot

Comments