Hacker News new | ask | show | jobs
by strombofulous 968 days ago
https://twitter.com/javilopen/status/1719363669685916095 is relevant

> Although the game is just 600 lines of which I haven't written ANY, [coding the game] was the most challenging part

Not quite hello world, but not too much more difficult than a shopping list. The really impressive thing to me is you can make angry birds with just 600 loc (and a couple libraries)

1 comments

My guess is that the main parts of the game are physics (collisions etc) and the scoring system, so that part wasn't too surprising to me.

I was pleasantly surprised at the visual quality, I knew Midjourney could produce quality graphics assets, but I guess I didn't realize how easy it was to pull into a game.

2D sprite Graphics are just files. Game engines are able to load files.