Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rectangles are good, but we need to handle card clicks. To separate model from view, we add Card structure with basic fields - color and some boolean flag behaviours. At any point we can check behaviour value and draw either face or back of the card. Clicking the card would toggle the opened value.
- Loading branch information