diff --git a/README.md b/README.md index c0b537a..d0672ee 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,17 @@ An HTML5 puzzle app, and puzzle file generator. MIT licensed. Code is running at Here's a quick rundown of the files: * app.js - Main logic for the HTML5 GUI -* batch.js - Node.js batch program which generates a new puzzle.js file containing 1000 puzzles. * flip.manifest_ - unused, but ready to be used for offline Web App * index.html - HTML5 page with templates using Underscore templating (ejs). * main.css - style for GUI * LICENSE - MIT license for project * puzzles.js - generated JSON list of puzzles using batch -* words.txt - dictionary list of 23,570 words used to generate puzzle.js * fonts/ - offline cache of web fonts used in various formats (included for convenience) * lib/ - directory containing third party libraries (included for convenience): backbone, lodash, jquery, normalize.css * media/ - folder for sound files and images +* utils/ - folder for Node.js scripts which generate dictionary and puzzle files. + + +WordNet license: + +WordNet Release 3.0 This software and database is being provided to you, the LICENSEE, by Princeton University under the following license. By obtaining, using and/or copying this software and database, you agree that you have read, understood, and will comply with these terms and conditions.: Permission to use, copy, modify and distribute this software and database and its documentation for any purpose and without fee or royalty is hereby granted, provided that you agree to comply with the following copyright notice and statements, including the disclaimer, and that the same appear on ALL copies of the software, database and documentation, including modifications that you make for internal use or for distribution. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved. THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT- ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. The name of Princeton University or Princeton may not be used in advertising or publicity pertaining to distribution of the software and/or database. Title to copyright in this software, database and any associated documentation shall at all times remain with Princeton University and LICENSEE agrees to preserve same. \ No newline at end of file diff --git a/flip.manifest_ b/flip.manifest_ index 5d42abe..8a8b3da 100644 --- a/flip.manifest_ +++ b/flip.manifest_ @@ -7,6 +7,12 @@ lib/jquery.min.js lib/lodash.min.js lib/normalize.css main.css +fonts/oxygen400.eot +fonts/oxygen400.ttf +fonts/oxygen400.woff +fonts/oxygen700.eot +fonts/oxygen700.ttf +fonts/oxygen700.woff media/ding.mp3 media/ding.wav media/flipscreenshot.png diff --git a/index.html b/index.html index 66ed619..0b70968 100644 --- a/index.html +++ b/index.html @@ -114,7 +114,7 @@ for(var i = 0; i < squares.length; i++){ var sq = squares[i] - if(i % 4 == 0){ + if(i % 6 == 0){ %>