Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 793 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 793 Bytes

CPP_Projects

A collection of my C++ projects. Check individual folders for more details.

  1. "bounce" : A working clone of "flappy bird" game, made using SDL2 library.
  2. "Asteroids" : A clone of the classic "asteroids" game.
  3. "NeuralNetworks" : Neural networks using Eigen algebra library.
  4. "MyWrapper" : A wrapper/3D engine based on OpenGL.
  5. "PathPlanning" : Dijksta's algo
  6. "quadtree_viz", "Oct" : Visualize quadtrees and octrees