Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 198 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 198 Bytes

chess-gl

2D openGL chess game 2D chess game built using C++ . chess.cpp contains the logic and can be used with any graphics.

" chessui.cpp -lGL -lGLU -lglut " to compile , "./a.out" to execute.