Home > chess_board

chess_board

Chess_board is a project mainly written in Erlang, it's free.

A simple chess board in Erlang.

This is an erlang chess board.

The purpose of this project is to refresh my knowledge of Erlang and nothign more.

[email protected]

To start:

erlc -o ebin src/*.erl
erl -pa ebin

application:start(chessboard).
Previous:geiger-counter