summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-06-30 21:52:52 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-06-30 21:52:52 -0400
commit35abacfe70019cc323ae8379729a934e265e4544 (patch)
treef75e5011745b4b4d32837d53f40060394b38bbc2
parentc0818636dda70e4ff30c1e85b902fa0992b4c33a (diff)
downloadhtml5ks-35abacfe70019cc323ae8379729a934e265e4544.tar.xz
html5ks-35abacfe70019cc323ae8379729a934e265e4544.zip
TODO, LICENSE, README
-rw-r--r--LICENSE4
-rw-r--r--README8
-rw-r--r--TODO5
3 files changed, 17 insertions, 0 deletions
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