Seven Kingdoms: Ancient Adversaries - Web (WebAssembly) - COMPLETE CORRESPONDING SOURCE
======================================================================================

This is the complete source for the WASM build hosted at lern-digital.de/7kaa/, per GPLv2 section 3.

Contents:
  7kaa-2156/        - 7kaa 2.15.6 GPLv2 source (from github.com/the3dfxdude/7kaa) with the small
                      Emscripten-compatibility modifications (see UPDATE notes below).
  7kaa-build/  - build scripts: build.py (em++ compile+link), shell.html (HTML/JS shell),
                      config.h, po2mo.py (.po->.mo), gtranslate_po.py, serve.py, deploy.py,
                      manifest.json, sw.js.

Game DATA (sprites/sounds/scenarios) is GPLv2 too and is distributed as 7kaa.data at the same URL,
or obtainable from the upstream project (sourceforge.net/projects/skfans, github the3dfxdude/7kaa).
Original music + the third-party translation resource are NOT GPL and are NOT included.

Build: install Emscripten (emsdk), then `python 7kaa-build/build.py` (see build.py for paths).

Modifications vs upstream (all under __EMSCRIPTEN__ guards): src/OVGA.cpp (window=VGA size, no auto-
fullscreen), src/OSYS.cpp (emscripten_sleep in yield, no startup fullscreen), src/AM.cpp (SK_LOCALE
env -> locale), src/LocaleRes.cpp (absolute /data/locale). Plus hand-written config.h.

License: GPL v2 (see 7kaa-2156/COPYING). 'Seven Kingdoms' is a trademark of Enlight Software Ltd.
(c) 1997/98 Trevor Chan & Enlight Software. This is a community fan port, not affiliated with Enlight.
