More Programmer Art
Productive Times
Some productive hours today. Was able to get the classes setup programmatically. Now units will be obvious from the way the card looks.
Click on the cards and have them place on the right in order of clicking. I’ll use shift click for now. Later I will make it so the players can drag and drop the cards to the slots on the right.

Next Steps
Green Button will turn into a “Fight” button.
Once you click that button the combat will start and your units will fight the monsters at the top right.
I will create a dummy object to represent the monster. It will have hp and attack once a round.
Once the monster is killed the simple prototype is over.