Quoridor Visualization

This is a tool to help with the vizualization of Quoridor gameplay. The goal is to help with building reinforcement learning agents for Quoridor.

To use the tool; enter a game using the official quoridor notation [1]. Then simply step through the game to analyze it.

Get started

Live demo at: https://quoridor-tool.surge.sh/

To use localy:

Install the dependencies...

cd quoridor
npm install

...then start Rollup:

npm run dev

Navigate to localhost:8080.