Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Games category with Binbo #80

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,7 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing
- [Distributed Systems](#distributed-systems)
- [Code Analysis](#code-analysis)
- [Build Tools](#build-tools)
- [Games](#games)
- [Geolocation](#geolocation)
- [Debugging](#debugging)
- [Actors](#actors)
Expand Down Expand Up @@ -141,6 +142,11 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing
* [rebar3](https://github.com/rebar/rebar3) - A build tool for Erlang which can manage Erlang packages from [Hex.pm](https://hex.pm/). See more at [rebar3.org](https://www.rebar3.org/)
* [sync](https://github.com/rustyio/sync) - On-the-fly recompiling for Erlang.

## Games
*Libraries for and implementations of games.*

* [Binbo](https://github.com/DOBRO/binbo) - Chess representation written in pure Erlang using [Bitboards](https://www.chessprogramming.org/Bitboards), ready for use on game servers.

## Geolocation
*Libraries for geocoding addresses and working with latitudes and longitudes.*

Expand Down