Refactor event_listener.py
ChrisNeedham24 opened this issue · 1 comments
ChrisNeedham24 commented
Yes, I know it was only just made in #150 but it could definitely be improved. The main two ways I can see this going are to split RequestHandler and EventListener into their own files, and potentially going even further, to split a sort of UpdateHandler out of RequestHandler.
ChrisNeedham24 commented
Could also get even more tricky and extract game state modification out of both EventListener and GameState into some common file, but that would understandably be quite difficult.