QB64 Phoenix Edition
Some Dungeon Games - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Games (https://qb64phoenix.com/forum/forumdisplay.php?fid=57)
+---- Thread: Some Dungeon Games (/showthread.php?tid=2377)



Some Dungeon Games - eoredson - 01-04-2024

Hi,

Here are two dungeon games..

One is called "The Dungeon" which is a maze game with virtually unlimited levels and monster/dungeon cell characters.

The second one is "The DnDDoor" which is a scaled down version of DnDBBS and uses a user profile accounting and is RBBS door aware with modem routines.

Erik.

Thanks.

Attached is VBdos 16-bit projects:

Dngeon13.zip
Dndoor51.zip


RE: Some Dungeon Games - James D Jarvis - 01-04-2024

Is there QB64 source? The files are from 2015 and documentation mentions make files and ASM routines.


RE: Some Dungeon Games - eoredson - 01-04-2024

(01-04-2024, 02:07 AM)James D Jarvis Wrote: Is there QB64 source? The files are from 2015 and documentation mentions make files and ASM routines.

These ARE QB64 source with older 16-bit files leftover from earlier versions.

Erik.

For example: You could load Dungeon.bas in QB64 easily.
btw: Thanks for reading the documentation first!