top | item 36388348

Why I started (and stopped) making games

84 points| ingve | 2 years ago |austinhenley.com | reply

76 comments

order
[+] insomagent|2 years ago|reply
The reason I stopped making games... The tooling! It takes way too long to open Unreal Engine, or to do anything within its UI, and Unity gives me "bad vibes" (technical term) any time I open it. I know these days there are other engines, but I started my programming journey by learning game engines, and perhaps I should have learned programming properly before jumping into game programming.
[+] lastangryman|2 years ago|reply
You should try Godot. Open source and extremely lightweight compared to Unity and Unreal. It's pleasure to use, none of the baggage of the other engines. I'm a patron contributor. Fantastic for hobbyist tinkering and also viable for full blown commercial games.

https://godotengine.org/

[+] wokwokwok|2 years ago|reply
Come now, this is complete anecdotal nonsense.

Unity had unreal are both excellent million $$ packages you can use for free(ish) that come with integrated editors and asset pipelines, massive plugin/package ecosystems and even one click playable templates.

What more do you want?

It takes too long to open the editor? Cry me a river! What do you want, a lean editor / hit code reloading / functional code only / truely free? Look at bevy or Godot.

I mean come on, this is the golden age of indie development for games, where literally anyone can make a game in like a days effort following a YouTube tutorial.

The tooling is bad. Pppohhfhfhfhfhttt.

This is like some saying they don’t use the internet because the speeds are too slow when they don’t have a free optic fibre literally from the provider to their door step.

[+] herbst|2 years ago|reply
The tooling is a rabbit hole. Unity gives me the creeps and unreal (afaik) still doesn't work on Linux. However:

Löve is super fun, lua is cool but at some point it gets tiring to get more advanced things working. For 'simple' things you can't go wrong.

Haxe is amazing (I learned flash after it was dead o.O) several different frameworks to choose from, many plugins kinda dead but still big community. Compiled to everything you need, some Frameworks even have console targets.

However this coming from someone who hasn't released a real game yet.

[+] johnnyanmac|2 years ago|reply
3D is hard. Large studios have gotten over the growing pains, but there's still no equivalent of "Flash" in terms of those tight, fast iteration times that made flash games explode.
[+] swalsh|2 years ago|reply
Same, I'm waiting for someone to make a game engine for programmers. Most seem aimed at designers. I don't want low code no code tools... I want to get into code asap.
[+] chuan_l|2 years ago|reply
" Unity " and C# is a better way to bridge a prior understanding of programming with making games. You just need to get over it somehow. There's a lot of great games made with each engine, and all are slow to start up but you're not there for that. You're there for the 80% those engines do so you can spend more time on making the parts that are fun. If you don't start - you'll never make it.
[+] nathants|2 years ago|reply
try wickedengine!

i change the engine regularly and it compiles in 30 seconds. good linux support, nice api, and it’s fast.

the engine is compiled as a part of game source. this feels like the right way. it’s all one thing.

[+] ehutch79|2 years ago|reply
Yeah, honestly too many people try to pick up something like a game engine or a web framework without knowing the underlying language. It's a recipe for disaster.
[+] zirgs|2 years ago|reply
Unreal requires a fast ssd these days, yeah.
[+] wincy|2 years ago|reply
When I was 13-14 there was a brief period where I was making levels for Jedi Knight: Dark Forces 2. I had a “clan” encouraging me to make us our own level and it was simple enough that at 13 I could listen to some Disturbed on my headphone while learning how to use the tooling and follow tutorials to make stuff and get things up and running. It had a basic scripting language (cog files) that you’d use to make elevators move and things like that. You’d attach these cog files to in game objects and it was a very good intro to games and level design. I think that was definitely my foot in the door for thinking like a coder.

Unfortunately Unreal Tournament became extremely popular right after this and thirteen year old me couldn’t wrap his head around C++, and didn’t have anyone to help me, so my learning journey ended for about 12 years or so until I learned to code in my mid 20s. I’ve still never picked up video game design again, despite consuming them a decent amount. Stuff just got too complicated.

[+] eunoia|2 years ago|reply
Battle.net also used to be great for learning your way around computers. Designed and released my first "game" via Starcraft's Map Editor, first "server" was a Battle.net chat bot hosted in my closet... First peek into how complex software works was map hacking Diablo 2... etc etc.

I learned a ton from Battle.net.

[+] tjpnz|2 years ago|reply
I have such fond memories of that game, specifically the single player. It was the first time I ever felt truly engrossed by a game storyline. I even loved the FMVs which felt like the perfect blend of CG and live action back then - I later learned that the saber duels were the first captured on film since Return of the Jedi.

Such a shame that it was passed up for porting to other platforms. Would love to play it on my Switch like I can the followup.

[+] yomlica8|2 years ago|reply
I was also fairly obsessed with modding this game, which is strange because I'm not really a massive Star Wars fan.

The cog language (more or less C syntax) was far more powerful than the base game really made use of. I think the grappling hook mods really got me started though, the engine wasn't super modern but few games really sold the vertigo of wide open cliffs and pits like this one did. I like tinkering with it far more than I did playing it. Cog seemed almost bolted on and the base cogs really only were sort of complicated for weapon handling and scripted level events. But I remember making laser trip mines (and the ability to shoot the mines with a blaster), a crude rope for the grappling hook, reloading weapons, etc. By the time I moved on I was implementing A* pathfinding for a replacement AI written in cog. I'd switched to Mysteries of the Sith just to get access to more cog verbs.

[+] ceearrbee|2 years ago|reply
Dark Forces 2, cog files! I haven't thought of any of this in years!

We're very similar, it was my introduction to game editing - I was never a fan of DOOM, Quake or Unreal/Tournament. But, I played around so much with JKEdit, and even continued with Jedi Outcast. It was by far the most fun I had with modding a game until Morrowind came out years later.

I really wish that modern games were as accessible, at least at a surface level - modding has fallen to the sidelines in recent years - I can't even think of the last game that came with an editor outside of a Bethesda game.

[+] phil917|2 years ago|reply
I developed/published mobile games for awhile during and immediately after college. I think my games saw somewhere in the ballpark of 500,000 downloads and I made "OK" income from them for 1 - 2 years (roughly on par with a minimum wage job in the US).

I briefly considered going full-time into solo game dev. But once I got my first "real" job offer after college, I quickly let go of that idea.

Many years later, as a SaaS founder now, I have a strong itch to get back into game development. One of my dream goals is to some day exit my company and then comfortably/leisurely "retire" into a career as a solo game dev.

[+] robertlagrant|2 years ago|reply
That is definitely not the world's worst plan. I've started building a tiny, rubbish Pong clone in PixiJS for my son to play with me, and it is pretty intoxicating.
[+] chuan_l|2 years ago|reply
Its the " unknown - unknowns " that'll get you every time. From somebody who has an interest in game design , development and worked on a few released titles. Those games just don't look to be any fun ? Its a mistake that a lot of independent developers make : trying to make games , that have the semblance of classic games. Part of this comes from the learning process as well - it takes a lot more to create 3d content , rig it , animate it so on.

Though my best advice is to look within yourself , and your own experience for the situations and narratives that resonate. Look at somebody like " Lucas Pope " who made " Papers Please " " Return of the Obra Dinn " after leaving a full time developer position at " Naughty Dog ". It seems Austin works with AI - assisted code , why not turn that into a game ?

The world is already full of people trying to emulate Tarantino and Miyamoto. Be your own thing , be the next thing and your situation - process is all part of that. Just need to change the mindset a bit and turn your limitations into a different kind of expression. Then there's a lot of hard work !

[+] johnnyanmac|2 years ago|reply
Interesting how you advice is to not to emulate classic games while the author came to the opposite conclusion:

>Chasing novelty for the sake of novelty is silly. Gameplay mechanics often don't work out the way you plan in your mind. I find that bottom-up design is much more effective.

But I guess that's the thing about game design. There is no one true blue answer, and it ultimately comes down to how you approach problems in general. I'm guessing some are just really good at deeply analyzing a game and polishing up their own variation of that game, while others are better off learning concepts and then drawing their own experiences together rather than following a tight template.

(Note: this ofc can vary even in the same person, from genre to genre. I'm sure some fighting game experts can design their own fighting game down to the number of frames per attack per character. but also can't figure out a basic game loop for an FPS.)

[+] suddenclarity|2 years ago|reply
I created a handful of games at university, each taking a few months, and I'd say the biggest lesson was how little programming was involved. Programming new functionality would only take a few hours, but then I had to spend days on creating models, music, map design, environment, resources, menus, HUD..

Granted, we were tied by not being allowed to purchase assets due to copyright but even finding useable free assets took most of the dev time. I'm curious how AI will improve this but it's definitely something for programmers to have in mind when starting out. It looks so easy in tutorials/courses when they have an asset pack ready to go and can build the core game mechanics in a few hours. The reality is a little different.

[+] prox|2 years ago|reply
Anyone here that makes games for fun or on the side?
[+] vkazanov|2 years ago|reply
I do little game programming on the side. I don't program that much anymore on my day job so these little 1-2 kLOC projects with a quick feedback loop are quite enjoyable.

Nothing complicated, really. Wolf3d-style, puzzles, etc. Because these are mostly made to have some computer-related fun together with my daughter, they don't really need that boring kind of polish a real game requires. So it's pure fun.

After making a few stupid 3d game prototypes I've come to a conclusion that pure libSDL tinkering gets old really fast so I wanted an engine, and Quake 1 suits my purpose perfectly: scriptable through a simple language (QuakeC), a bunch of level editors available(Trenchbroom is a dream), as well as a small and welcoming community. And this is probably the last broadly used 3d engine that a semi-decent programmer can understand at all levels.

I even made an Emacs mode for QuakeC editing. This is part of the fun!

[+] drakonka|2 years ago|reply
I was in AAA game dev for a bit over a decade and also made some browser and console games on the side. They're all here: https://liza.io/games/

None of my side projects were very good, but I loved working on them. My personal favorites were Promiscuous Flea, Alien Tree, and Adopt-a-Human.

[+] johnnyanmac|2 years ago|reply
Yes, and no?

I work in professional spaces as an engine/graphics programmer for some 7 years now. But I've also been doing stuff on the side. Nothing serious tho, so no links to show you.

Thing is, the kind of game I want requires some competent art and at this point I think it's better for me to learn that. So while (very very slowly) planning my game and learning knowledge professional, I want to do some classes in art for a few years, and hopefully by that time I can start to make a game that will truly wow people. The kind that makes you say "wow, this was made by 1 person?". That's my goal. Don't care if it takes 2 months or 10 years, but I feel like I already lost so much time.

(note: I'm not opposed to help. Far from it. But I have nothing to offer and all my friends aren't really doing that kinda thing. I imagine the art I use may not even be final art. Just enough to show I'm serious and maybe attract an artist who actually knows what they are doing).

[+] pizza234|2 years ago|reply
I did for a bit, but it's a bit tricky, in the sense that differently from other types of products, games have a very strong separation between the artistic and the engineering aspects. This has very significant consequences.

If one works alone on a game, they may find that they keep solving technical problems, without actually producing a game, but rather, producing an engine. If one works in a team, and nobody takes a creative lead, the same thing happens - technical advancements in the game, but no content.

In the right conditions (either a balanced team, or a single dev who enjoys both aspects), game development is fantastic - from the engineering perspective, game development is a very challenging (in an interesting way) field. But I think it's not easy to find the right context.

[+] susam|2 years ago|reply
I wrote a tiny invaders-style game last year: https://susam.net/invaders.html

HN threads about it:

https://news.ycombinator.com/item?id=30334667

https://news.ycombinator.com/item?id=34464865

It was, in fact, a childhood dream of mine to write a game like this. However, the little GW-BASIC programming I knew and the very limited access to computers I had during my childhood was insufficient to write anything more sophisticated than simple text-based adventure programs. This game is written using plain HTML, CSS, and JavaScript. It uses HTML5 Canvas for graphics and Web Audio for sound. Although 25 years too late, writing this little game fulfilled that childhood dream of mine!

[+] courseofaction|2 years ago|reply
Worked in AAA, left to keep it a hobby. Great experience, but not the career for me.

I'm very excited for AI enabling people with cool ideas to achieve them much faster - game dev is far too technically labor intensive for a lot of creative types, it'll be fun to see how AI-enabled tooling allows more creators to realize their visions.

At a stretch, I'm hoping it'll produce the same explosion of individuated expression as widespread literacy did with the novel.

[+] AnIdiotOnTheNet|2 years ago|reply
Yeah. And no, I'm not linking them for anyone for two reasons:

  -I value the tiny shred of anonymity I have here so I can continue to express stupid opinions without being too self conscious about it.

  -Honestly they just aren't very good, at least not in any traditional sense. I find that I am not passionate enough about most of my ideas to expend the time that seems necessary to flesh them out into a coherent and worthwhile experience.
[+] marginalia_nu|2 years ago|reply
I've tried to make games, but what I ended up was making game engines because that was more appealing to me. My penchant for huge overambitious projects is good sometimes, but not always.
[+] falsaberN1|2 years ago|reply
I do, but only as a hobby. I could have taken it as a career choice but the fun is in pursuing my own ideas, designing my own characters, design the cinematics, the dialogue, their equipment and how they use it...and of course the code and visuals to make it happen. The idea of working on someone else's design seems atrocious.
[+] Cthulhu_|2 years ago|reply
I've had short stints but I overthink / over-engineer and lose interest very quickly, lol.

A good platform that forces you to think small is pico-8, it's got all the tooling built in but it's on a very small screen and you're limited to something like 8K tokens of source code. But some of the games they've built in it are great, like Celeste.

I've tried a platformer (from a tutorial) and a Zelda-like game, but got stuck at some point so I should make something even smaller / simpler. Maybe that tunnel game mentioned in the OP, I used to love games like that. Oh, and the first game I made from a tutorial was like the 'helicopter game', single button, randomly generated levels, that kinda thing. Can be cobbled together in a matter of hours.

[+] stuckinhell|2 years ago|reply
On the side using Unity as a family activity. The kids love the official demo projects, and I'm slowly teaching them code.

My dreams of opening a wife and husband studio are dead dead dead after seeing all the failed hopes and dreams of indie developers on reddit, discord, etc.

[+] fncslothouber|2 years ago|reply
Yup, for fun. Building a game from scratch almost from from the bottom. Starting with a CPU, sound-chip and graphics-chip (using an FPGA). On top of that a Forth system and on top of that a platform game. Lots of fun and a great learning experience.
[+] racktash|2 years ago|reply
Yes – it's both the most fun and frustrating hobby. :) Nothing gets me in that focus zone like working on a level or cl oding a new gameplay system. I think it's the thrill of tweaking, testing, tweaking, over and over again, which eventually produces a very satisfying product.

I'm currently working on a Godot project (highly recommend the engine for hobbyists).

The last project I released is a free total conversion survival horror mod for Half-life 2 – https://fourthstoa.itch.io/the-apocalypse-of-eden

[+] blarg1|2 years ago|reply
I am/was, some how I ended up with my own programming language instead.
[+] a1o|2 years ago|reply
I made this sprite scaler game here https://eri0o.itch.io/dont-give-up-the-cat

I usually make these small games because I find easier to scope and plan and finish. Some I attempted with bigger scope remain unfinished.

[+] sk0g|2 years ago|reply
Absolutely, currently remaking and old arcade game (SAMI) with a team that has skills beyond engineering, because engineering and a bit of guitar is about all I have time for :)

It's a great way to learn a lot, and it has definitely helped me with how I approach problem solving and software design in my day job.

[+] asyncanup|2 years ago|reply
I made https://crooked.notabot.ai - a relaxing puzzle game about Lines & Angles

The game rules are actual math, and the puzzles turned out to be fun for kids as well as mathematicians (from my friend circle)!

[+] erremerre|2 years ago|reply
I have started learning and have done a very unpolished pong to learn. I did write a blog entry here: https://blog.rmrubert.eu/posts/2023-06-17-making-my-first-ga...

I do agree with this sentence on the article <<The meta stuff takes as much effort, if not more, than the core game. I mean the menus, instructions, release materials, API integrations for advertisements and high scoreboards, and so on.>> as the menu you can see in my game (which is very unpolished) took as much as the game itself.

[+] jasfi|2 years ago|reply
I tried to when I was at school, but there was never enough time. In retrospect I should have severely scaled back the game ideas. Also, this was the DOS era, so getting better graphics/audio was always a preoccupation. But then who would be the artist, etc. Also, most of this happened before I had an internet connection, so not much to work with.

That's why the game engines of today are really awesome.