A multi-threaded Real Time Strategy game This project was made to practice using threading, each character takes up its own thread and as such a lot of resource handling had to be done in order to avoid race conditions and starvation without taking up too many resources. Categories: