Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 808 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 808 Bytes

Chess

Play chess, against yourself or a friend!

Setup

There is a Chess.zip that includes the application. However, to build yourself, you will need to:

  • Set up GLFW
  • Set up GLAD (OpenGL version 3.3 or higher, Core); there is a glad.c file included in the repo but it may not work on your computer
  • Set up GLM
  • Include fragmentShader_pieces.frag, fragmentShader_shapes.frag, vertexShader_pieces.vert, vertexShader_shapes.vert, and the textures directory in the same folder as the application

Credit

Piece textures: JohnPablok's improved Cburnett chess set