A CLI Quiz application in C++ for the course ETS052 at LTH@Sweden
Currently the application has minimal cross-platform support.
Thanks goes to Forouzan
![Chapter Quiz Selection](https://github.com/Zolomon/ETS052-Quiz/blob/master/imgs/category selection.png?raw=true)
![Selected a Chapter Quiz](https://github.com/Zolomon/ETS052-Quiz/blob/master/imgs/chosen category.png?raw=true)
![First Question](https://github.com/Zolomon/ETS052-Quiz/blob/master/imgs/first question.png?raw=true)
![Second Question](https://github.com/Zolomon/ETS052-Quiz/blob/master/imgs/second question.png?raw=true)
![A few Questions Later](https://github.com/Zolomon/ETS052-Quiz/blob/master/imgs/a few questions later.png?raw=true)
Create a an interface for ConsoleIO
Refactor ConsoleManager to use Win32ConsoleIO and LinuxConsoleIO depending on compiler flags
Create color support for LinuxConsoleIO