elihaber / sascha

Simple chess engine
0 stars 0 forks source link

Move message parsing and formatting to message objects #4

Closed elihaber closed 3 years ago

elihaber commented 3 years ago

Currently, the InputHandler and OutputHandler classes do the parsing and formatting of messages. This should be delegated to each separate message class.