BryceSchroeder / delvmod

A Python module and demonstration programs for modding a classic computer RPG
GNU General Public License v3.0
4 stars 5 forks source link

Refactor experimental graphics and tile code into delv.graphics and delv.tile #2

Closed BryceSchroeder closed 9 years ago

BryceSchroeder commented 9 years ago

We have code based on the TDP documentation for this, but it isn't incorporated into delv yet. Someone needs to do it.

BryceSchroeder commented 9 years ago

Basic graphics code has been added; special feature for tile editing and more sophisticated DCG encoding remain to be done. (Although the performance of just RLE for sprite sheet tiles is pretty good...)

BryceSchroeder commented 9 years ago

This is done, although of course there may be bugs remaining (and some aspects of 8Fxx sized graphics remain unclear, although they can be displayed and encoded.)