skiwi2 / TCG

A trading card game featuring a simple AI, initially designed for codereview.stackexchange.com Coding Challenge #2.
7 stars 1 forks source link

Add AbstractPlayerAction #90

Closed skiwi2 closed 10 years ago

skiwi2 commented 10 years ago

An AbstractPlayerAction class should be added, of which can be extended from, that automatically provides the isActionAllowed check in performAction.