Skip to content

MathGame - #752

Closed
tetrisy wants to merge 5 commits into
the-csharp-academy:mainfrom
tetrisy:main
Closed

MathGame#752
tetrisy wants to merge 5 commits into
the-csharp-academy:mainfrom
tetrisy:main

Conversation

@tetrisy

@tetrisy tetrisy commented Aug 23, 2026

Copy link
Copy Markdown

No description provided.

@github-actions

Copy link
Copy Markdown

🚀 Project Submitted!

Thanks for submitting your project! I will review it soon.

📋 Please check the dashboard to make sure the project is marked as Pending.

⚠️ If it's not marked as pending, submit it manually using the URL for this PR.

@TheCSharpAcademy

Copy link
Copy Markdown
Collaborator

@tetrisy Project approved! 😄✅ It's a shame you didn't complete the challenges this time. 😟 It's always a good use of your time. But nothing stops you from revisiting the project later.

🥋And congratulations! You got your Green belt!! 🟢🟢

👩‍🏫Feedback

🔍️The app crashed if I don't enter an integer in the menu. There's no need to convert to int here, simply check the string to write less code and let the default handle the rest:
image

🔍️Same happens when answering the questions. Always use TryParse to prevent these crashes:
image

🔍Don't leave unused code in your commits 😁
image

🔍Score must be tracked. This is the missing requirement. When the answer is correct, you display "Correct!", but no score variable is incremented or reported. Add something such as int score = 0;, increment it for correct answers, and ideally show the final score after the five questions.

🧐Challenges Review

⚪ No challenges attempted.

🗺️ Suggested next step

I noticed that you haven't completed any of our courses yet. I suggest you try our Intro to Object Oriented Programming course next. This will close gaps in your knowledge and give you more confidence about OOP


☕If you like our roadmap, please consider buying us a coffee. We appreciate your help 🙂


👪By the way I couldn't find you in our Community Discord with the username you provided. If possible join our Discord Community and add your username to your profile so you can be part of the community as well. 😁


Overall good work!✋🏻Looking forward to seeing your next projects!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants