Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 419 Bytes

readme.md

File metadata and controls

23 lines (18 loc) · 419 Bytes

Chess

About

This is simple project for learning some things on practice.

Project structure

  • Chess core
  • Engine
  • Chess ui

Chess core

Chess core has basic logic about chess: chessboard, moves validation, etc.

Engine

Engine has basic logic for implement window-based apps.

Chess ui

Chess ui is chess application

Build

mkdir build && cd build && cmake .. && make