Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 922 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 922 Bytes

Chess_Game_Viewer

Introdution

It is an application developed to open PGN files for Chess, when a file is opened it goes through all movements in real time, giving an opportunity to study the strategy and movements realized by the players.

It was developed to be cross-plataform.

Libraries

For OpenGL the libraries used are GLFW and GLEW. Also glm is being used as a mathematics library.

The interface is made using the ImGui library.

Interface


interface view

License

Chess_Game_Viewer is licensed under the GNU General Public License v3.0, see LICENSE for more information.