2018-08-18 15:49:51 +01:00
2018-08-18 15:49:51 +01:00
2018-08-18 15:49:51 +01:00
2018-03-18 16:14:17 +00:00
2018-08-18 15:49:51 +01:00
2018-08-18 15:49:51 +01:00

Wordsearch

Demo available at: https://bombadil.mafoo.org.uk/wordsearch/

Compiling

A simple Makefile is provided:

$ make

Once built, you need to make a "war" file to deploy to your J2EE container (tested on Tomcat)

$ cd war && jar cfv ../wordsearch.war .

Then deploy your war file :-)

Alternatively you can test-run the engine...

$ make run <wordlist.txt
Description
No description provided
Readme MIT 12 MiB
Languages
Java 93.2%
Makefile 4%
CSS 2.8%