Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做一个html5游戏。其中支持在线计分板。并将其移植到其他移动平台。
那么我怎样才能为这个游戏做在线记分牌呢?
在线记分牌通常需要一个数据库,以及一些服务器端脚本语言的知识。如果您打算学习这些东西,我建议您使用 MySQL 数据库和 PHP。如果你已经知道如何使用这些,谷歌搜索会给你很多教程。
您可以使用 Google App Engine https://developers.google.com/appengine/
很容易连接到云中的数据库,并在 memcache 中读写。