7 ms·
How do you build a procedurally generated survival game in a terminal without a graphics engine?
by swaminarayan 6mo ago
How do you build a procedurally generated survival game in a terminal without a graphics engine?
- samiv 6mo agoIs this a serious question? Well OF COURSE you just prompt Claude... /s No seriously why would you need a graphics engine for procedurally generating content? In this particular case for example his "content" is the world map expressed in some units (tile grid) across two axis. Then you generation algorithm produces that 2d data and that's that.
- tdeck 6mo agoFolks have been doing it for decades. E.g. https://en.wikipedia.org/wiki/Roguelike https://en.wikipedia.org/wiki/Roguelike
- johnisgood 6mo agoWait till he finds out there are text-based adventure games!