Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 330 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 330 Bytes

Raychess - Chess made with Raylib

A simple chess game done in C++ with the help of the raylib low-level game creation library.

Installation

  • TODO

Thanks

  • Big thanks to the Modern CMake book for helping me start with good patterns right away.