jamiely / connect-four-elixir

An implementation of Connect Four using Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConnectFour

Build Status

Connect four game written in elixir. Documentation

Building

mix deps.get
mix escript.build

Will produce a file connectfour. Which you can then run like:

./connectfour

Testing

mix test

Docs

Assuming you have ex_doc installed:

mix compile
ex_doc connectfour 0.1.0 _build/dev/lib/connectfour/ebin

About

An implementation of Connect Four using Elixir


Languages

Language:Elixir 100.0%