pokemon: A List of Pokemon

These are the names of the Pokemon as given by pokemon.csv. A short and structured wordlist, with a few interesting utf8 characters to make things annoying.

I've combined some of the names.

Download the wordlist.

Leaderboard

rankbytesentryauthorURL
13178venusaurHasegawa Sayurihttp://sayuri.tx0.org/golfhorse/#venusaur
23224ivysaurHasegawa Sayurihttp://sayuri.tx0.org/golfhorse/#ivysaur
33420bulbasaurHasegawa Sayurihttp://sayuri.tx0.org/golfhorse/
43482LetterFrequenciesBryan Allairehttps://github.com/ballaire/golf-horse/tree/main
53517chokemonprplz
64187bookworm312Me21https://pastebin.com/raw/W4EVMZV3
74192bookworm312Me21https://pastebin.com/raw/W4EVMZV3
84451bookworm212Me21
94452VerificationFailed12Me21
104495bookworm12Me21
114594chapterノー弁
124599chapterノー弁
134760chapterノー弁
146079Parentheses12Me21
156800A12Me21
166801defaultixhttps://github.com/ixchow/gh-default-solution

Submit A New Program

You may submit your program to the leaderboard for pokemon by using the form below. Programs must be shorter than the default solution (in this case, 6801 bytes). Program names should pass /[A-Za-z0-9_.-]{1,20}/.test() in order to facilitate compact URLs. (Note, also, that programs don't have access to their own names in the testing environment, so stop scheming.)

Submitted files are not made available for download, so please include a URL (e.g., for a git repository) if you would like to share the source of your program.

Programs are tested in batches; generally daily. You will be sent to a URL upon submitting your program that will allow you to check testing progress. Hang on to this URL! Only tested, correct programs will appear on the leaderboard.

Correctness: Programs should output (via console.log) each word in the target wordlist, on a line by itself, exactly once. However, these words may be output in any order or capitalization. The program should require no more than two gigabytes of memory and 100 seconds of runtime.

Please check your code before submitting it. The testing code is available, as is an easier-to-use simple tester.