top | item 46580506

Play chess via Slack DMs or SMS using an ASCII board

32 points| dustfinger | 1 month ago |github.com

16 comments

order

deevelton|1 month ago

Didn’t expect to see this on HN. Thanks for checking it out though. Not a developer, just a lawyer at GitHub, this repo was me playing around with the GitHub Spark tool.

willquack|1 month ago

It would be cool to encode the chess board state and turn into the URL so you could hurl urls back and forth over slack to play chess just by clicking on it

but there's something charming about the ascii art over slack in this project that would miss

onsclom|1 month ago

this is the way to go!

making a move should automatically copy the new url to your clipboard. you can still keep the ascii charm by server side rendering the ascii chess board as an og description.

LtWorf|1 month ago

I thought it would at least read the slack websocket and send slack messages. Having to copy paste is horrible.

It's not very hard, you can take inspiration from my project "localslackirc", it even has a tool to extract the slack token from firefox's cookies (if you copy paste code, keep in mind it's GPL licensed).

Y_Y|1 month ago

Sometimes the best software is no software. You can do this without some emojified github readme, the text editor your messenger uses will be just fine.

(If you're not a beginner it's probably fine to just use "algebraic" notation anyway.)

bulibuta|1 month ago

I thought it was just me disliking this types of readmes. Is this aislop or are people actually wasting time to paste all those emojis everywhere? It is like we are going back to hieroglyphs -- I swear if I see another rocket launch...

sacredSatan|1 month ago

en passant doesn't work in the demo

nomilk|1 month ago

This seems to be the Turing Test for chess software.