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: over 1 year ago
JSON representation
A naive implementation of a Chess game / engine. Made for fun and exploration. Trying to leverage Elixir and OTP capabilities.
- Host: GitHub
- URL: https://github.com/simonoricardo/chess
- Owner: simonoricardo
- Created: 2024-11-01T02:19:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T21:32:49.000Z (over 1 year ago)
- Last Synced: 2025-01-04T14:27:42.279Z (over 1 year ago)
- Topics: chess, elixir, project
- Language: Elixir
- Homepage: https://chess.simonricard.com
- Size: 655 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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