The Stochastic Chess Engine!
StoChess is a chess engine that uses Monte Carlo Tree Search. It is an exploration into using randomness to play chess.
Authors: Juan Guillermo Llanos, Nathan Crock
You can play against StoChess at: http://fsucilab.github.io/stochess/
StoChess is written in javascript, and uses MongoDB to store the moves. We also used chessboard.js for the UI, and chess.js for game logic.