|
|
|
|
|
by shortercode
625 days ago
|
|
I used to work on the Construct 3 game engine. It’s great for doing small games. You can do a lot by just dropping images in and adding “behaviours” like “platformer movement” and “solid”. Which is enough to build a simple platform game without any coding. It scales pretty well from that, allowing you to build logic trees in a scratch like environment or go full code with JS. Trial version is free, and browser based so no install. Loads of examples and demos in the editor to try as well. |
|