Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 260 Bytes

File metadata and controls

8 lines (5 loc) · 260 Bytes

Chess

A basic chess game written in C. I made this project to familiarize myself more with C and indirectly study for an exam.

Known issues

This game has a memory leak when it exists and does a lot of actions. Player and visuals go from 1->8 not 8->1.