Delete selflis3.bf as it is a dup of selflis6.bf; try to explain.
Chris Pressey
3 years ago
81 | 81 | | [robot.bf](robot.bf) | CC0 | Chris Pressey | 9/5/93 | You control an 'O' going through a maze of '\*''s. You can type in 'n', 's', 'e', or 'w', and the 'O' travels in that map direction. This not-particularly-challenging game ends when you hit a '\*'. |
82 | 82 | | [rot13.bf](rot13.bf) | | ??? | 9/11/97 | Performs the rot13 algorithm. |
83 | 83 | | [selflis2.bf](selflis2.bf) | CC0 | Chris Pressey | 12/1/96 | A self-reproducing 80x1 program. This program can also be used to test for the @ vs StringMode bug. |
84 | | [selflis3.bf](selflis3.bf) | | Kevin Vigor | 5/28/97 | A 14-byte Quine (self-reproducing program.) | |
85 | 84 | | [selflis5.bf](selflis5.bf) | | David Johnston | 5/7/97 | Crammed (14x6) self-listing program. |
86 | | [selflis6.bf](selflis6.bf) | | Denis Moskowitz | 5/8/97 | 14-byte quine. | |
85 | | [selflis6.bf](selflis6.bf) | | Denis Moskowitz | 5/8/97 | 14-byte quine. This is a tiny fix to Kevin Vigor's 14-byte self-listing program (previously incorrectly listed here as `selflis3.bf`) which was released earlier on the same day. | |
87 | 86 | | [selflist.bf](selflist.bf) | | Dmitry M Litvinov | 2/21/96 | A self-reproducing Befunge program, 13x4. |
88 | 87 | | [serp.bf](serp.bf) | | Kevin Vigor | 4/9/97 | Generates and prints a Serpinsky triangle, a simple type of fractal. Since the resolution is 20x30, the detail of the fractal isn't really visible, but hey, what can you do? |
89 | 88 | | [serp2.bf](serp2.bf) | | Kevin Vigor | 4/10/97 | Improved Serpinsky Triangle generator. |