I’ve been going through all the design patterns in context of game programming form this book, before starting my next big project. Apart from that I’ve been reading about them in more general context. The one I have trouble undertanding is the command pattern, specifically the part about using it for game AI. The authorRead more