CLAW is a C++ Library providing various tools in different domains, like a Tweener framework, Bézier curves manipulation, a map with multiple value types, a binary search tree container implemented as an AVL and an implementation of the sockets as std::stream.
The library also includes a set of classes to easily load and write png, jpeg, gif files and other image formats.
Finally, a part of the library is devoted to artificial intelligence in games and includes a generic alpha-beta...