A website which lets my twitch chat members play chess! https://twitchchess.thearst3rd.com/
  • TypeScript 40.2%
  • HTML 37.7%
  • JavaScript 18.5%
  • CSS 3.6%
Find a file
2026-06-06 00:37:02 -04:00
docs Add README and chess notation guide 2026-05-31 13:39:12 -04:00
src Add PGN text to game view 2026-06-02 00:44:16 -04:00
static PGN in collapsible section for main and game views 2026-06-06 00:37:02 -04:00
views PGN in collapsible section for main and game views 2026-06-06 00:37:02 -04:00
.gitignore Add database and refactor into multiple files 2026-04-24 23:15:27 -04:00
.glf Add licensing info 2026-05-28 01:55:58 -04:00
ASSET-LICENSES.txt Add licensing info 2026-05-28 01:55:58 -04:00
LICENSE Add licensing info 2026-05-28 01:55:58 -04:00
package-lock.json Add PGN text to game view 2026-06-02 00:44:16 -04:00
package.json Add PGN text to game view 2026-06-02 00:44:16 -04:00
README.md Add README and chess notation guide 2026-05-31 13:39:12 -04:00
THIRD-PARTY-LICENSES.txt Add licensing info 2026-05-28 01:55:58 -04:00
tsconfig.json Initial commit 2026-04-24 19:32:52 -04:00

Twitch Chess

A simple website which integrates with my chat bot to allow viewers to play games of chess on my twitch channel!

How To Play

  • (Optional) To see the current position, go to the website
  • Sign in to Twitch and go to my channel
  • In chat, send a message which contains a legal chess move
  • That move will be played in the game!
    • To play another move, you must wait until either another player plays a move or 5 minutes has passed.

But I don't know chess notation!

Check out the guide in this repo or the Wikipedia page on Standard Algebraic Notation.

Build instructions/api docs/etc

TODO