Home

Awesome

mk.js

This is simple fighting game created with HTML5 canvas and JavaScript. It has three game modes:

Each mode can be easily chosen by picking a gameType when specifying the game options.

The multiplayer mode can be tested here.

The Network mode with Web RTC Data Channel Demo here.

For the network game you need to install the server:

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

The server will be started on port 55555. Open your browser and go to http://localhost:55555. Both players must enter the same game name to play together.

Configuration

In this section I'll describe in short how you can configure mk.js.

License

This software is distributed under the terms of the MIT license.