2D Game in C++

  • Software Languages: C++ and CMake
  • GitHub URL: Project Link

Collaborated with a classmate to create a tile-based 2D SDL2 video game without a game engine.

Implemented input handling and collision detection while using inheritance and abstracting classes.

Designed algorithms such as land generation and infinite map scrolling.