I created a cross-platform online action puzzle game that was released late year. It's a single code C++ base that cross-compiles to 5 different platforms (Windows, Mac, Linux, Android, and iOS). Windows was my primary development machine but I always partially worked on Linux because the game ser...
This kata comes from here.
I realized doing this post after the code was written is quite difficult, as a lot of the juicy details stuff got refactored away. So please ask me if you don’t understand any section!
Premise:
Given a bunch of items, their price per item, and a special bulk discount...