My honours research project into creating an ai for the card game Gwent.
I recieved my honours degree from the University of the Witwatersrand with distinction.
I have removed the font and images/
folder from the repo since these images are of the original gwent cards.
This does mean that the visualisation sdl code will not work. The .json
files specify what is missing and where they need to go.
See: https://github.com/exane/not-gwent-online for high resolution images which are used in this visualisation component
This project makes use of the RapidJSON library to process JSON object files. https://github.com/miloyip/rapidjson Also makes use of the Google c++ testing library, googletest