This site is a port of my CLI based word games. Click a link above to play!

Most of the NodeJS code (available on GitHub) works out of the box. I wrote porting functions for node modules like chalk, console, and inquirer, but they are not all-inclusive and only support the methods used in the original games. The live web requests made in the CLI versions are blocked by CORS in the browser, so these versions use a static array that is refreshed by a node script.