| ▲ | swaminarayan 8 hours ago | |
How do you build a procedurally generated survival game in a terminal without a graphics engine? | ||
| ▲ | tdeck 3 hours ago | parent | next [-] | |
Folks have been doing it for decades. E.g. | ||
| ▲ | samiv 4 hours ago | parent | prev [-] | |
Is 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. | ||