mk12 / conceal

A web app that generates word searches.

Home Page:http://mk12.github.io/conceal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conceal

Conceal is a web app that generates word searches, written in ClojureScript.

Usage

Head over to the Conceal web app if you just want to try it out (it's hosted on the gh-pages branch of this repository).

If you want to hack on it, clone the repository. Navigate to the project directory in a shell and start the auto build:

$ lein cljsbuild auto

Once it's compiled, start the Ring server:

$ lein ring server

This will open up localhost:3000 in a web browser automatically. Go to http://localhost:3000/index.html to get to the Conceal page. Everything is pretty self-explanatory. A few things to try:

  • Enter an invalid input (not a number) in the row or column field.
  • Enter words that are too big to possibly fit.
  • Print the page (only the word search will show up).

License

© 2014 Mitchell Kember

Conceal is available under the MIT License; see LICENSE for details.

About

A web app that generates word searches.

http://mk12.github.io/conceal

License:MIT License


Languages

Language:Clojure 81.0%Language:CSS 10.4%Language:HTML 8.6%