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

夙愿已清 提交于 2019-12-10 19:33:56

问题


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.


回答1:


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?



来源:https://stackoverflow.com/questions/2226057/java-online-card-game-library-class-e-g

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!