mirror of
				https://github.com/fooflington/wordsearch.git
				synced 2025-10-31 04:38:33 +00:00 
			
		
		
		
	
			
				
					
						
					
					55029b8b6fa8c527d1fd6b40009df72625576692
				
			
			
		
	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
					Languages
				
				
								
								
									Java
								
								93.2%
							
						
							
								
								
									Makefile
								
								4%
							
						
							
								
								
									CSS
								
								2.8%