diff options
-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 |