Home > maikados

maikados

Maikados is a project mainly written in JAVASCRIPT and COFFEESCRIPT, based on the GPL-3.0 license.

Turn based abstract logic multiplayer game in Erlang (server) and CoffeeScript / JavaScript (client)

How to build (client)

You need CoffeScript (tested with 1.1.1). Run `cake build' after cloning the repo.

Now open the `index.html' to see the client.

Hints for developers (client)

  • use `cake autobuild' ;-)
  • use the coding style already there please