While playing cribbage with my girlfriend (who always kicks my behind in it) I decided I needed a little help doing the calculations to compute the score in your hand at the end of a round. I looked into the app store and there is no "cribbage calculator". Maybe I didn't look hard enough, but either way this has inspired me to try and do my first android application.
http://download.oracle.com/docs/cd/E17476_01/javase/1.5.0/docs/guide/language/enums.html
Thats probably a good place to start to construct a deck.
My next goal after that is to have the ai do a search based on your hand to see how many points you should have (but that will come later).
Assuming i can prototype the calculator, I'll then port that to an android app with graphics and such at some point in the future.
No comments:
Post a Comment