kissen / lushin

C++/SDL Chess Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lushin

A very rudimentary chess game I hacked together for fun. Named after Aleksandr Ivanovich Luzhin.

Please forgive the ugly looking pieces. The assets are awkwardly scaled and not really optimized for this use case.

screenshot of lushin running on a Linux system

Dependencies and Building

On Debian, install build-essential libsdl2-dev libsdl2-image-dev. Then run make.

Credit

Art of the chest pieces in the public domain, taken from https://opengameart.org/content/chess-pieces-and-a-board. Thank you!

About

C++/SDL Chess Game


Languages

Language:C++ 98.6%Language:Makefile 1.4%