Click or drag to resize
ChessWebPart example project

ChessWebPart sample project is shipped with SharePoint Fluent Ribbon API project. It is a chess game, fully integrated to SharePoint UI.

ChessWebPart sample project

For the ChessWebPart, I'm using a well-known opensource javascript chess game for P4wn project.

Unfortunately, not very strong engine, but it is pure js, so what do you want?! :)

Originally, the game look like this:

chess Original

From this point, to integrate this chess into SharePoint, you could eigher use this whole look, or take only the board, and create contextual tab for the buttons and options.

So, you know which variant I preferred, don't you? :)

I ended up with pretty cool look:

chess Web Part
See Also