Fork me on GitHub

opa-chess by mads379

Multiplayer (no AI) chess game implemented using the Opa programming language.

Opachess is a multiplayer (no AI) chess game implemented using the Opa Programming Language. This is my (Mads Hartmann Jensen's) entry to the Opa Developer Competition.

NOTE: For some reason moving the chess pieces doesn't work in Firefox but it works in Safari/Chrome. My guess is that this is due to a bug in Opa.

Dependencies

Opa compiler (c) MLstate -- version S3.5 -- build 683

Install

> make
> make run 

Now point your browser to 'localhost:8080/signup' to create your account. You'll need two different browsers if you're going to play on the same machine.

License

AGPL

Authors

Mads Hartmann (mads379@gmail.com)

Contact

Mads Hartmann Jensen (mads379@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/mads379/opa-chess