Ask HN: Favorite Game Engine?
31–40 of 45 posts
Re: Ask HN: Favorite Game Engine?
#32wickedengine. good performance. linux support. fast cpp17 compiles. lua support. active community.
Re: Ask HN: Favorite Game Engine?
#33GZDoom. I know that Doom is an old game, but the GZDoom sourceport has enabled all kinds of cool and crazy mods. Doom is no longer a game but a platform. Because of the mostly 2D nature of the engine, creating maps is so easy that anyone can do it. I think it's extremely fun and accessible.
Re: Ask HN: Favorite Game Engine?
#34GZDoom. I know that Doom is an old game, but the GZDoom sourceport has enabled all kinds of cool and crazy mods. Doom is no longer a game but a platform. Because of the mostly 2D nature of the engine, creating maps is so easy that anyone can do it. I think it's extremely fun and accessible.
What are some games that a quite different than Doom? E.g., what the best GZDoom roguelike?
A cursory youtube search brought up this random video with a wide variety of examples: https://www.youtube.com/watch?v=UjnOdDzSxWs
There are also several versions of random level generators for Doom engine maps out there: https://obsidian-level-maker.github.io/
I can't remember the names but there are mods and games out there integrating the random level generators.
Of course the maps are still BSP and therefore somewhat constrained but the level of creativity in the mod community is pretty amazing.
Re: Ask HN: Favorite Game Engine?
#35Re: Ask HN: Favorite Game Engine?
#36Re: Ask HN: Favorite Game Engine?
#37Unpopular opinion: code-first is the best approach (for people who know how to code, ofc). Visual tools have their own quirks and special workflows that creators got to delve into for quite a long time in order to master. Code on the other way is a universal interface that coders already feel confident with and lets ideas turn into playab le prototypes real quick. That said: phaserjs, love2d, pixi.js
But can the average person with 10 years of web dev experience finish a sellable game within a year doing code-first?
Re: Ask HN: Favorite Game Engine?
#38Re: Ask HN: Favorite Game Engine?
#39Re: Ask HN: Favorite Game Engine?
#40Don't let scope creep get to you and unleash your imagination by "limiting" the space you can use