Elucidation / tensorflow_chessbot

Predict chessboard FEN layouts from images using TensorFlow
http://www.tetralark.com/tensorflow_chessbot/
MIT License
519 stars 97 forks source link

reorg message header/body/footer org #3

Closed Elucidation closed 8 years ago

Elucidation commented 8 years ago

Both footer and body have to check title, either consolidate with a single template (best) or handle flipping of FEN outside of message generation (also needed).

Second, move \n\n--\n\n to footer, https://github.com/Elucidation/tensorflow_chessbot/blob/development/chessbot.py#L84

Elucidation commented 8 years ago

Implemented message template and string.format() with 77c064f