20 minutes blown trying to figure out why I couldn’t include JS files from ../ in the <head> tag. *sigh* Chrome needs the Javascript error output window that Firefox has.
Almost have the game loading, however. Making progress.
Note for anyone who is working on an Akihabara JS game: making a directory inside the unzipped Akihabara directory then trying to include the Akihabara files by ../akihabara/*.js does not work as JS in the browser cannot access stuff outside of its own domain.