zengine/test/bin
2002-12-02 00:31:38 +00:00
..
data changing to binary 2002-12-02 00:31:38 +00:00
music.txt Initial revision 2002-11-21 05:40:49 +00:00
readme.txt Initial revision 2002-11-21 05:40:49 +00:00
tests.zcf Major 0.7.7 Update. All OpenGL Work was done offline. 2002-12-01 07:56:17 +00:00

These are the test programs for ZEngine, all have the basic controls:
S - Switch Fullscreen/Windowed.
ALT-F4 or ESC- Quit Program

The ZEngine Config File (tests.zcf) file may be manually edited using a text editor to change certain settings.

ZMouseTest - Test ZEngine Mouse Capabilities.
ZImageTest - Test ZImage by drawing several images and a string to the screen.
ZFontTest - Test ZFont by outputting text in different formats.
ZTimerTest - Test ZTimer with three different timers. 
ZMusicTest - Test ZMusic by playing a song, and allowing settings to be adjusted.
            >NOTE: Requires adding an ogg file named music.ogg in data directory.
ZSoundTest - Test ZSound using various sound effects.
ZRectTest - Test Rectangles, and related collision.