Show HN: Quinesnake – A quine that plays snake over its own source
11–19 of 19 posts
Re: Show HN: Quinesnake – A quine that plays snake over its own source
#12A quine is a computer program which takes no input and produces a copy of its own source code as its only output. The standard terms for these programs in the computability theory and computer science literature are "self-replicating programs", "self-reproducing programs", and "self-copying programs". So it's a self-replicating game of snake? Sounds very much like a worm virus. Very nice project though!
Re: Show HN: Quinesnake – A quine that plays snake over its own source
#13Are there resources for making a quine that improve the development process or is it exactly as insanely tedious as it looks? Because this looks pretty impressive.
Re: Show HN: Quinesnake – A quine that plays snake over its own source
#14Re: Show HN: Quinesnake – A quine that plays snake over its own source
#15This is really neat! Unfortunately the color isn't working for me for some reason, which makes locating the initial food quite difficult. Any idea what could cause that?
Re: Show HN: Quinesnake – A quine that plays snake over its own source
#16Re: Show HN: Quinesnake – A quine that plays snake over its own source
#17This is really neat! Unfortunately the color isn't working for me for some reason, which makes locating the initial food quite difficult. Any idea what could cause that?
Oh that sucks, the whole point of programs like these is that they should still be portable. Could you make a GitHub issue (or email me) with your platform, shell, compiler version and curses version?
Re: Show HN: Quinesnake – A quine that plays snake over its own source
#18Re: Show HN: Quinesnake – A quine that plays snake over its own source
#19Are there resources for making a quine that improve the development process or is it exactly as insanely tedious as it looks? Because this looks pretty impressive.
http://www.madore.org/~david/computers/quine.html