u/Martin_Mol_2007

My first C++ project — a dice roll simulator. Looking for code review / feedback
▲ 10 r/codereview+1 crossposts

My first C++ project — a dice roll simulator. Looking for code review / feedback

Hi everyone,

I've been learning C++ and built a small command-line dice roll

simulator: it rolls a die N times, saves a visual history with ASCII

art, and generates statistics with a bar chart. It also has a "fast

mode" for millions of rolls.

Since I'm still learning, I'd love some feedback:

- Is the code clean and well written?

- Is it well optimized?

- What would you add or change?

- Any general thoughts?

Repo: https://github.com/martinmol2007/dice-sim

Thanks for taking a look!

u/Martin_Mol_2007 — 5 days ago