Skip to content

dougo/randomwalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A random walk through the dictionary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published