A random dungeon generator that fits on a business card (2019)
1–10 of 53 posts
Re: A random dungeon generator that fits on a business card (2019)
#2https://news.ycombinator.com/item?id=19309378 - A random dungeon generator in C, small enough to fit on a business card (2019) - 42 comments
https://news.ycombinator.com/item?id=19290215 - original post referenced above - 23 comments
Re: A random dungeon generator that fits on a business card (2019)
#3Here's a random dungeon generator GAME (get potion, avoid snake, explore dungeon) that fits in 10 lines of BASIC [1] and would probably easily fit on a business card, too:
https://bunsen.itch.io/the-snake-temple-by-rax
([1] - The 10-line BASIC competition is happening again this year, details here: https://gkanold.wixsite.com/homeputerium/copy-of-rules)
Re: A random dungeon generator that fits on a business card (2019)
#4[flagged]
Re: A random dungeon generator that fits on a business card (2019)
#5[flagged]
In what way is what ChatGPT outputs when asked about this code relevant? There are more than 20 LLMs, do we expect to see a comment from each LLM about code submissions?
Re: A random dungeon generator that fits on a business card (2019)
#6[flagged]
This is what I have to say about this comment
===
Why... Why would you do this, in what world does this contribute to the discussion?
===
Re: A random dungeon generator that fits on a business card (2019)
#7[flagged]
In what way is what ChatGPT outputs when asked about this code relevant? There are more than 20 LLMs, do we expect to see a comment from each LLM about code submissions?
The code isn't very readable in the submitted form, so I appreciated the interpretation, whether or not it's ChatGPT or something else.
Re: A random dungeon generator that fits on a business card (2019)
#8[flagged]
One of the comments has the unobfuscated and commented version:
https://gist.github.com/Joker-vD/cc5372a349559b9d1a3b220d5ea...
Re: A random dungeon generator that fits on a business card (2019)
#9[flagged]
In what way is what ChatGPT outputs when asked about this code relevant? There are more than 20 LLMs, do we expect to see a comment from each LLM about code submissions?
I'm not proficient at reading minimized code. Maybe you're better at it than I am. The ChatGPT output helps kickstart a meaningful discussion about the content of the code.