ucsb-cs56-projects / cs56-games-poker

-
MIT License
2 stars 11 forks source link

Make AI separated from the PokerSinglePlayer class #51

Closed gwhiter closed 6 years ago

gwhiter commented 8 years ago

Currently the AI is inside the PokerSinglePlayer (the only playable game mode) class. Most of the code is tightly linked, and this would be a step in the right direction for making the code more available to change. Separating it would aid in creating a multiplayer game, as single and multi player could be combined into one class, with a list of current players (AI or human), instead of the current inflexible single player class.

Est~250

jalexanderqed commented 7 years ago

F16 OK (250 pts)