DOBRO / binbo

Chess representation written in Erlang using Bitboards, ready for use on game servers
Apache License 2.0
124 stars 12 forks source link

Distribute via Hex #6

Closed LandonSchropp closed 3 years ago

LandonSchropp commented 3 years ago

It'd be awesome if this package was distributed via Hex so it could easily be incorporated into projects.

Thanks!

DOBRO commented 3 years ago

Hi,

did you miss this https://hex.pm/packages/binbo ?

LandonSchropp commented 3 years ago

I absolutely did. Sorry about that!

Would it be okay if I added that to the readme under the Quick Start instructions?

Thanks!

DOBRO commented 3 years ago

You are welcome :)

DOBRO commented 3 years ago

... and I think it would be better to add Installation section with instructions how to add Binbo as a dependency for Erlang and Elixir apps (rebar.config and mix.exs)

DOBRO commented 3 years ago

Added Installation section

LandonSchropp commented 3 years ago

@DOBRO Sorry for the slow response on this. This fell off my radar.

Thanks for adding these instructions!