Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonoricardo/chess

A naive implementation of a Chess game / engine. Made for fun and exploration. Trying to leverage Elixir and OTP capabilities.
https://github.com/simonoricardo/chess

chess elixir project

Last synced: 5 days ago
JSON representation

A naive implementation of a Chess game / engine. Made for fun and exploration. Trying to leverage Elixir and OTP capabilities.

Awesome Lists containing this project

README

        

# Chess

A naive implementation of a Chess game / engine / etc.
Not sure yet what this is going to be exactly.

The goal is to experiment with different data structure and algorithms,
while leveraging the real time aspects of Elixir/Erlang and OTP.

There may or may not be an AI at some point to play against.
This README will be updated once this project is deployed somewhere

image

This project should be live on [chess.simonricard.com](https://chess.simonricard.com)