A collection of my C++ projects. Check individual folders for more details.
- "bounce" : A working clone of "flappy bird" game, made using SDL2 library.
- "Asteroids" : A clone of the classic "asteroids" game.
- "NeuralNetworks" : Neural networks using Eigen algebra library.
- "MyWrapper" : A wrapper/3D engine based on OpenGL.
- "PathPlanning" : Dijksta's algo
- "quadtree_viz", "Oct" : Visualize quadtrees and octrees