Worm

Project: Basic 2D Game
Technologies Used: C++, Doodle Library

Download link!
Description:
This project is a simple 2D game developed using C++ and the Doodle library, created when I was just starting to learn programming. The game includes basic mechanics like score tracking and health management, shown visually with an HP bar and a score display. The character follows the player’s input, with the goal of collecting items while avoiding obstacles. This project helped me understand foundational game programming concepts such as object movement, collision detection, and simple UI elements.

This experience laid the groundwork for my later projects, building my confidence in creating interactive applications from scratch.