3/22/2026 at 5:26:17 PM
I wonder if you could do a good Atari Gauntlet clone as a terminal only game.by nickdothutton
3/21/2026 at 6:42:38 PM
by sebosch
3/22/2026 at 5:26:17 PM
I wonder if you could do a good Atari Gauntlet clone as a terminal only game.by nickdothutton
3/22/2026 at 1:24:53 AM
Seems like it would be possible to create a cool demo where you can play the game over ssh rather than having to compile locally.by Gigachad
3/21/2026 at 8:44:47 PM
Nice. Is this terminal-first or terminal-only?by apitman
3/21/2026 at 10:43:17 PM
good point, it is terminal onlyby sebosch
3/21/2026 at 11:13:22 PM
Wow finding the nether fortress will sure take time in 2d world and will render it unskippableby p0w3n3d
3/22/2026 at 3:14:39 AM
That is kinda true, I wonder how the end will be like... 2D dragon!by sudo_cowsay
3/22/2026 at 6:44:59 AM
How do you build a procedurally generated survival game in a terminal without a graphics engine?by swaminarayan
3/22/2026 at 11:29:18 AM
Folks have been doing it for decades. E.g.by tdeck
3/22/2026 at 3:07:21 PM
Wait till he finds out there are text-based adventure games!by johnisgood
3/22/2026 at 10:39:50 AM
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.
by samiv
3/22/2026 at 6:11:16 AM
good stuff. keep going.any way to link instances together? I'm interested in something like this to import/export resources etc.
by absynth
3/22/2026 at 6:41:23 AM
This is cool! Feel free to add it to https://hnarcade.com :)by yuppiepuppie
3/21/2026 at 9:39:20 PM
This is art!by kehao95
3/22/2026 at 3:53:36 AM
Tangential to this cool project, Hytale has an amazing modder experience and toolset built into the game. Everything is JSON driven, with hot reload, so we can build tooling in any language (without needing to name said language, lol to that thread here, ahem, I'm using CUE, ahem). They have flags to dump the JSONschema for everything, including mods, as well.More related, Worldgen v2 is pretty amazing compared to Minecraft. What is the basis for the Worldgen in this project? Not too different from a 3d voxel game? I'm pretty new to it and have a general curiosity still.
by verdverm
3/21/2026 at 10:14:56 PM
[flagged]by torginus
3/21/2026 at 11:16:27 PM
Rust is the crossfit of programming languages. Everybody around you needs to know at all times.On a serious note, nice job OP. This game kind of feels like an ASCII version of Terraria. Might I recommend extended ASCII or unicode for the player though? Right now they look a bit like a lollipop.
by vunderba
3/22/2026 at 3:16:05 AM
Kind of hard to see the player's motionby sudo_cowsay
3/22/2026 at 2:45:15 AM
If somebody announces that their project is written in Rust but nobody complains, what happens?Writing any non-trivial video game with Rust is (arguably) interesting in itself since developer velocity in gamedev is generally considered paramount, and Rust has a reputation (rightly or wrongly) for hindering velocity.
So yes, the fact that this is written in Rust is actually relevant and valuable. As opposed to your hollow snark.
Now, OP: tell us more about how that's played out for you.
by xylophile
3/22/2026 at 8:03:01 AM
Rust is fine, but so is C, Zig, Odin, Lua, etc.I dont think the parent comment was complaining, just pointing out the "written in rust" meme. Being the top comment, seems like plenty of people enjoyed it!
It's the weekend, take it easy :)
by frail_figure
3/22/2026 at 3:16:16 AM
One does not simply write an app in Rust in silence.It is customary to announce the fact so that the astrologers can proclaim that the population of recruiters on linkedin has increased.
by zeroq
3/21/2026 at 11:48:22 PM
Based on the evidence presented by the Hacker News front page, the hype is boundless. Rust is the ur-language that we never realized until... idk, three years ago?by cjkaminski
3/22/2026 at 3:19:19 AM
It's a PR ploy. It sounds better than X done in C, mainly because the X has been done countless times in C by now, while "Hello World, but in Rust" still felt sexy three years ago.by zeroq
3/21/2026 at 10:35:49 PM
You really don't want to know. The results could be disastrous.by westmeal
3/21/2026 at 10:45:06 PM
haha, guiltyby sebosch
3/21/2026 at 8:51:46 PM
[dead]by Heer_J