基于HTML5的格斗游戏 mk.js

码农软件 · 软件分类 · HTML5开发相关 · 2019-03-07 22:42:56

软件介绍

mk.js是一个使用HTML5 canvas和JavaScript创建的简单格斗游戏。该游戏是开源的,源码托管在Github上。

演示:http://mk.mgechev.com/

mk.js共有三种游戏模式:

  • 基本模式:只能操纵一个角色
  • 多人模式:允许两个玩家在一台电脑上对战
  • 网络模式:允许两个玩家在网络上对战

对于网络模式,需要先安装服务器:

git clone git@github.com:mgechev/mk.js
cd mk.js/server
npm install
node server.js


然后访问http://localhost:55555开始游戏。

介绍内容来自 iteye

本文地址:https://www.codercto.com/soft/d/860.html

Traction: A Startup Guide to Getting Customers

Traction: A Startup Guide to Getting Customers

Gabriel Weinberg、Justin Mares / S-curves Publishing / 2014-8-25 / USD 14.99

Most startups end in failure. Almost every failed startup has a product. What failed startups don't have is traction -- real customer growth. This book introduces startup founders and employees to......一起来看看 《Traction: A Startup Guide to Getting Customers》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试