/exner

An Elixir chess engine

Primary LanguageElixirGNU Affero General Public License v3.0AGPL-3.0

Exner

CI

Exner is a work in progress chess engine written in Elixir.

Installation

If available in Hex, the package can be installed by adding exner to your list of dependencies in mix.exs:

def deps do
  [
    {:exner, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exner.