Bendi11 / Chess

A small chess implementation in C++, made with the eventual goal of a functioning game with online play and bots.
MIT License
1 stars 0 forks source link

Fix terrible renderer and input code #1

Closed Bendi11 closed 3 years ago

Bendi11 commented 3 years ago

Everything in renderer.cpp and renderer.hpp is disgusting spaghetti.

Bendi11 commented 3 years ago

Added actual comments to all of renderer.cpp and renderer.hpp code, and fixed the memory leak. Again.