Listed are some of the projects I have been involved in.
Four-Line Dropper is a clone of a certain game where you play against an opponent to drop tokens to make four-in-a-row to win the game. The source code for this game can be found here. The source code for this game is licensed with the GPL3 license.
BehaviorTree is a C++ library that implements a BehaviorTree for custom logic. The tree can either be created manually or generated from a Lua script. This library is licensed with the MIT license.
RingBuffer is a C++ library that implements a Ring Buffer and was created to have a similar api as C++ STL data structures. This library is licensed with the MIT license.