Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/simonoricardo/chess
- Owner: simonoricardo
- Created: 2024-11-01T02:19:18.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T21:32:49.000Z (2 months ago)
- Last Synced: 2024-11-08T22:27:30.705Z (2 months ago)
- Topics: chess, elixir, project
- Language: Elixir
- Homepage: https://chess.simonricard.com
- Size: 653 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 somewhereThis project should be live on [chess.simonricard.com](https://chess.simonricard.com)