多人游戏演示 Wi-Fi
所以在德国我们建立了一个庞大的Wi-fi系统,通常你必须登录该系统才能上网。 作为一个噱头,我们想添加一个多人游戏,这样他们就可以玩基于网络的多人游戏,而无需支付通常的互联网费用。 你知道哪些多人游戏。 确实必须是 2 名玩家。 我想用 JavaScript 对其进行编程,因为我无法使用 Flash。
有什么好主意吗? 也许我什至可以使用一个完成的游戏?
我希望它是一款即时游戏,这样你就不需要每 5 小时左右回来查看一次的浏览器游戏了。
So in Germany we have built up a huge Wi-fi system and usually you have to login to the system to surf the web. As a gimik we want to add a multiplayer game so without having to pay for usual internet they can play a webbased multiplayer game. What multiplayer games do you know. It just has to be 2 player really. I would want to program it with JavaScript since I am uncapable of doing Flash.
Any good ideas?
Maybe even a finished game I could use?
I would want it to be an instant game so no browser game where you would have to check back every 5 hours or so.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
像 坦克 这样的东西怎么样? 或者也许是类似于 BattleShip 的东西?
如果您不想要动作游戏,尝试一下扑克之类的纸牌游戏怎么样?
请查看此页面,该页面专门用于 JavaScript 游戏开发,还有这里 他们列出了 25 个 JavaScript 游戏
我也建议您可以查看 Canvas Element 来实现图形流畅、由 JavaScript 控制的游戏。
How about something like Tanks ? Or maybe something along the lines of BattleShip ?
Of if maybe you don't want an action game, how about trying a Card Game like Poker?
Take a look at this page which is dedicated specifically to JavaScript Game Development, and also here in where they list 25 JavaScript games
And I also suggest you take a look at Canvas Element to implement a smooth-graphics, JavaScript-controlled game.
我没有任何具体的游戏可以添加到 Dras Grech 的建议中,但我建议您选择具有相对简单(当然不是太简单)的玩家策略集的游戏,这样您就能够实施人工智能/机器人来与任何无法找到人类对手的用户对战。
I don't have any specific games to add to Dreas Grech's suggestions, but I would recommend that you choose a game with a relatively simple (but not too simple, of course) set of player strategies so that you'll be able to also implement an AI/bot to play against any users who aren't able to find human opponents.