From 35abacfe70019cc323ae8379729a934e265e4544 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 30 Jun 2013 21:52:52 -0400 Subject: TODO, LICENSE, README --- LICENSE | 4 ++++ README | 8 ++++++++ TODO | 5 +++++ 3 files changed, 17 insertions(+) create mode 100644 LICENSE create mode 100644 README diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8ea27f6 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README b/README new file mode 100644 index 0000000..5d9f3d3 --- /dev/null +++ b/README @@ -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/ diff --git a/TODO b/TODO index 36fa32b..c7c2657 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3-54-g00ecf