Michael Chirlin

Results 3 issues of Michael Chirlin

### Refactoring * Moving all games to use a common class: games.game * Reusing as much code as possible across games * Added logging to file throughout * Removed a...

Below is the error. Seems to be due to self.out_moves not being aligned with self.moves. Following line errors: game_moves = [move.get_serial() for move in self.moves if **self.out_moves[move.get_serial()]** == Alive.on.value and...

Table properties such as **w:tblCaption** and **w:tblDescription** within **w:tblPr** are not appearing in the PDF when converting from DOCX to PDF. These properties are expected to transfer over when accessibility...