To troll people on Chess, simply download the chrome browser extension!
This is a side project that I do for fun. Have fun!
Please note that I do not encourage cheating in any form. It's for educational and experimental purposes.
All endpoint will go to https://chess.apurn.com/
This endpoint should return the string "Hello, World!". This is a way to test if the engine is up and running on the server. If this endpoint produces an error or timeout, I've probably taken down the service, Sorry!
This endpoint is the main and only entry to the chess engine. Simply send the board FEN board notation state as a raw text body to https://chess.apurn.com/nextmove, and the engine will return the best next move.
Example body: rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
Feel free to fork this project and make it your own. Hit me up at appurnam@ucsd.edu for any questions or if you just want to play chess!