Hacker News new | ask | show | jobs
by cableshaft 2785 days ago
I'm with you. I used to be able to crank out a Flash game, with art, in a or two in my spare time, no big deal, not have to look anything up, I knew exactly how the whole system worked (I literally made games completely disconnected from the internet the entire time, my productivity was crazy high), never had to waste a bunch of time fighting frameworks or seeing how things interacted, and could get it to sing (although it had definite limitations. Everything existed in a movieclip object, for example, so when I was asked to port a C++ game that had 900+ objects on the screen at a time it really slowed down).

With Flash, I once ported a game to Flash, from scratch, with art (but no sound...although I could have added sound), in the span of 12 hours, and while it wasn't my most popular game or anything I still get people telling me how much they enjoyed it 15 years later.

In fact, the most popular game I ever designed and released, Proximity, I designed and released in a single week of work (in my spare time).

I have never been able to match the speed and flow of development that I got with Flash since with any game engine since then, and I've tried a whole bunch trying to find something.

The closest thing to it now seems to be Unity but that's a much bigger beast that I don't have a full grasp on and have to look things up or download various things from the asset store. It's possible to make games quickly, but they'll probably play and look like garbage if you don't take your time with them and hire a proper artist, judging by the flood of garbage Unity games released on Steam.

Pico-8 is also fun to program with (it includes a built in sprite editor, level editor, and music editor), but it's a little too limited for my tastes, since I can't really make a commercial product with it, and I'm not that great at doing 2d pixel art. But I still spent some time doing most of a port of Proximity while playing around with it and for people who can do pixel art it's a lot of fun to use.

* 12 hour game, Squarez: https://www.newgrounds.com/portal/view/91933 * Proximity: https://www.newgrounds.com/portal/view/183428