I am Konrad Paluszek, a mathematician and software developer, mostly expirienced with C++ and Python
I like chess, bridge, AI-art and competitive programming
Built using
My contribution to the code includes:
- Implementing displaying captured pieces next to the board
- Implementing sending link to rematch to spectators
- Implementing hold Ctrl while moving to disable automatic promotion to queen for one move
- Fixing a few bugs 1 2 3
- Testing of new features resulting in a number of bug reports
Includes some stuff coded by me and some from various online sources refactored by me.
My favourite: How to hack C++ set/map to compute stuff like sum of elements less than X in under 200 lines of code