Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 825 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 825 Bytes

Randomwalk

A random walk through the dictionary, in your browser.

Based on my entry for Nick Montfort's Salon 256.

To run this program, you'll need a wordlist file. The NPL has a number of wordlists; I recommend ENABLE.

Once you've downloaded the wordlist file, you'll need to serve the folder from a web server. If you don't already have access to a web server, you can run one locally, e.g.:

ruby -run -e httpd . -p 8000

or:

npx http-server -p 8000

(There are many other ways to do this.)

Then visit localhost:8000 in your browser!