diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-30 21:52:52 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-30 21:52:52 -0400 |
commit | 35abacfe70019cc323ae8379729a934e265e4544 (patch) | |
tree | f75e5011745b4b4d32837d53f40060394b38bbc2 | |
parent | c0818636dda70e4ff30c1e85b902fa0992b4c33a (diff) | |
download | html5ks-35abacfe70019cc323ae8379729a934e265e4544.tar.xz html5ks-35abacfe70019cc323ae8379729a934e265e4544.zip |
TODO, LICENSE, README
-rw-r--r-- | LICENSE | 4 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | TODO | 5 |
3 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,4 @@ +Copyright © 2013 Alex Xu (Hello71) +All Rights Reserved + +I haven't decided on an open-source license; contact me to discuss. @@ -0,0 +1,8 @@ +This is an HTML5 implementation of the game Katawa Shoujo. [0] + +It's still very much a WIP, but at least the first scene displays half-credibly. + +If I haven't finished the TODO (probably), check /TODO for a list of things that need to be worked on. *snip* knows I could use another hand on this. + +[0] http://www.katawa-shoujo.com/ +[1] https://github.com/cujojs/when/ @@ -1,8 +1,13 @@ todo ordered by most to least important... ish +all of this should be completed for a 1.0 release - nvl - menu - show command +- redo images.js using json including ALL transitions - transitions. ALL THE TRANSITIONS - fix cursor to apply to all document - cache script.json files +- organize the CSS into a reasonable order +- convert characters.js into json and load with html5ks.fetch +- remove reference to this from README |