scriptwizard99 / AlamazeTurnParser

Set of tools for parsing and displaying turn results from the Alamaze PBEM game.
0 stars 0 forks source link

Parse basic html #9

Closed scriptwizard99 closed 9 years ago

scriptwizard99 commented 9 years ago

The parser currently only supports PDF result files, but Rick & Cipher are moving all of the games to the new platform which generates HTML turn results. This branch is to update the parser to handle those results.

Right now, those results are pretty much just the old results stuck in a bunch of < pre > lines. Later, they will change to full HTML5. This effort is just for the basic pseudo-html results.

scriptwizard99 commented 9 years ago

Merging to main since the main functionality seems to be there. I can parse all of the sample HTML files that Uncle Mike provided without crashing and the results seem reasonable.