Grid-based dungeon crawler for the SEGA MegaDrive.
This project is in the prototyping stage. Move along.
Copyright (C) 2022 John Tsiombikas [email protected]
Every part of this project is free software. Feel free to copy, modify, and or re-distribute under the terms of the GNU General Public License v3, or at your option any later version published by the Free Software Foundation. See COPYING for details.
3D dungeon view window is 320x152.
Pre-rendered 3D dungeon views are generated by running vrlugburz
(https://github.com/MutantStargoat/vrlugburz) with the following settings in
game.cfg
:
size = 1280x608
scr = prerender
vsync = false
vr = false
This creates a 4x super-sampled set of images, which are then downsampled and
placed into an atlas for color quantization, dithering, tile splitting,
deduplication and mapping, by tools/viewproc
(work in progress).