TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Chessophone – Generate music from chess games

1 pointsby csmeyer26 days ago
Chessophone takes a PGN string representation of a chess game and generates music - Notes from the C major scale are added for each piece in each row of the board for each move in the game. Games played with the same opening will sound the same until they deviate from book moves. The perceived tempo of the music speeds up as pieces are captured. Enjoy!<p>Created with python-chess and tone.js.<p>Source code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;charliemeyer&#x2F;chessophone">https:&#x2F;&#x2F;github.com&#x2F;charliemeyer&#x2F;chessophone</a>

1 comment

bartbartbart26 days ago
Thinking that it might be cool to switch to a minor scale if the first player starts losing (and back to major if they start winning again)