carbontwelve / roguelikedev2019

My attempt at learning roguelike gamedev in 2019
MIT License
2 stars 0 forks source link

Implement libtcod font format #2

Closed carbontwelve closed 5 years ago

carbontwelve commented 5 years ago

This PR implements the libtcod TCOD fontfile format/codec. I have ported just what is needed for the TCOD implementation other codecs can be added in future if required. Or the whole lot can be factored out into its own lib.

Closes #1