A collection of fun beginner-friendly C++ projects made for learning and practice.
This repository contains small C++ projects to improve programming skills and understand programming concepts through simple terminal applications.
| Project | Description |
|---|---|
| 🎨 01 Color Guessing Game | A simple terminal game where players guess a randomly selected color |
This repository is made for:
- Learning C++
- Practicing programming concepts
- Building small fun projects
- Improving problem-solving skills
Topics covered:
- Functions
- Loops
- Conditions
- Random numbers
- Strings
- Cross-platform programming
git clone https://github.com/engg-angrejsingh/fun-cpp-projects.gitMove into repository:
cd fun-cpp-projectsOpen any project folder:
cd color-guessing-gameAngrej Singh
Made with C++ for fun and learning.