Robert Francis
Robert Francis
@nelsonic I don't think that I really came to much of a conclusion with this issue. I think I just closed it as Toggl had been frustrating me (which is...
I want a way of seeing if I have been working on / stuck on one part of a particular issue for too long. Right now I think that this...
@SimonLab Thanks for all of the above. I will update the readme accordingly 😄 👍 You don't need elm live to run it. You are right, it is just the...
@SimonLab I have updated the readme based on your comment above 👍
Notes on logic to check 
I **THINK** like to make the state of the `Pieces` look something like this... ```elm type Piece = King KingState | Queen PieceState | Rook PieceState | Knight PieceState |...
https://medium.com/table-xi/union-types-in-elm-fb6a974ec427
After thinking about this a little more I think that it is better to just update the overall game state. One of the things that made me decide to leave...