Web-based Multiplayer Board/Card game toolkit

不打扰是莪最后的温柔 提交于 2019-12-04 21:24:40

Board Game Arena supplies the community and lobby for your online board game, and also provides hosting and the community of players, and helps deal with licensing. The big downside is that you must comply with their system, and must write in PHP, and they don't work with Google accounts.

That said, it is a solution for the problem presented in the question, at least in some cases.

Though I am sure this is a little less fully formed than you were hoping, I would propose WT Toolkit, which allows for javascript-less C++ web applications.

Does it support a login system? Yes it does! supporting both google and facebook, with an easy path to integrationg other OAuth methods (hotmail for example)

List of games? std::vector List of current people playing others? std::unordered_map

Games are closer to native apps than they are to web pages; a framework that allows you to leverage typical game design methods and exposed WebGL through a unified interface, like WT does, might make it easier for you by allowing you to focus on the GAME, not the WEB.

Maybe not complete answer but at least it didn't belong to comments. (Doesn't have to be correct)

On Google App engine things that will help:

The above will get you started with a simple game. Recommend to look at the channel api for the tic tak toe game.

I hope it helps

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