This requires a browser with CSS2 and DOM support
(Mozilla or Safari should work)
Enter the game
(The game will open in a new window)
This page satisfies requirements:
- Image Preloading and Manipulation
- Controlling Windows, Frames, and Navigation
The game satisfies requirements:
- Dynamic Page Content Generation
- Prompting of User Input
Files:
- gcset.js -- Main game logic, ported from
gcset11_05.cc
- ui.js -- Extra game logic specific to the
Javascript implementation and HTML user interface
- spawn.js -- General-purpose code to create
and do away with "useless" nodes, like the game's special effects
- spawnfx.js -- Special effects code
used with the spawn.js module
- rgb.js -- Code to handle RGB colours across
multiple browsers.