开发者

Java: online card game library/class/e.g [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the quest开发者_开发知识库ion so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I am looking for java example solution/library/class for online card game. I'm interested in creating a non-profit version of a game called "Thousand", with functionality to play human vs human and human vs AI.

I'll appreciate any kind of advise.


There's JPC-API which provides general playing card services and rendering. Beyond that you need to be more specific about what you need. The problem you describe is a little larget in scope. Are you looking for help in

  • Lobby services (finding other players)
  • Gaming network protocol (to communicate moves between players)
  • Gaming theory (to write the computer opponent)
  • Winning condition detection
  • Game UI development

or some other aspect?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜