


the current status of this software is under construction
so it may contains bugs or incomplete structure behavior
incomplete integration, incomplete npc or incomplete
containing.

WIN32GAMELIOJ0012D3DR001UC004

unusable source code passes

pass1:

screen_size(320, 240);
screen_pixel_size = 2;
init_gameio();
create_window();

pass2:
init_sound_driver();
load_raw_sound((LPSTR)".\\sound\\Dreamy Space Beat.raw", 1);
load_raw_sound((LPSTR)".\\sound\\tecnotica.raw", 2);

srand((unsigned int)time(NULL));

pass3:
if (keydown('D') == 1)
{
    audio_play_sound(1, 0, 0);
    Sleep(100);
}

if (keydown('F') == 1)
{
    audio_play_sound(2, 0, 0);
    Sleep(100);
}

if (keydown('E') == 1)
{
    audio_stop_sound(0);
    audio_stop_sound(1);
    audio_stop_sound(2);
}


KEYS

USE F1 to F4 to resize view.
USE MOUSE to rotate.
USE PAD+- to zoom.
USE M to move window.

USE 1-3 to select mouse angle increment.

USE N to toggle lines.
USE I to toggle lightning.
USE B to toggle bourlet.
USE T to toggle texture.

USE D to start hand made audio sound.
USE F to start Dreamy Space Beat.raw
USE G to start tecnotica.raw
USE E to stop sounds.


WIN32GAMELIOJ0012D3DR001UC004

isometric viewpoint and black and white mode will be used possibly...
also other installement possible is light and colored texture.
this version is to test audio sound mixing.

Copyright (c) 2021 Jessy Levesque. Hexerun Software. Masters of Dungeons.