diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-13 10:40:07 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-13 10:40:07 -0400 |
commit | 62f7bd5ecd17be14b0f21f6044e695179d6458cd (patch) | |
tree | 69ccee0eda0cb7affb6a57236ec17e2f0c1eeaed /README | |
parent | abff23e68509733a1ca0b466a4dc6ee0d33d6e2f (diff) | |
download | html5ks-62f7bd5ecd17be14b0f21f6044e695179d6458cd.tar.xz html5ks-62f7bd5ecd17be14b0f21f6044e695179d6458cd.zip |
Fix... stuff.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,12 +1,15 @@ This is an HTML5 implementation of the game Katawa Shoujo. [0] +jQuery is not used, but when.js [1] is used as a sensible Promises/A+ implementation. + It's still very much a WIP, but at least the first scene displays half-credibly. Run nginx.sh to start nginx with appropriate options for development, then connect to localhost:8080. lighttpd -f lighttpd.conf should also work, but is not actively tested. -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. +Check Bugzilla for things that need to be done. [2] [0] http://www.katawa-shoujo.com/ [1] https://github.com/cujojs/when/ +[2] https://bugzilla.happinessforme.com/buglist.cgi?cmdtype=runnamed&namedcmd=All+open+bugs |