Skip to content

First iteration of Math Game#675

Open
Alex-RamosV wants to merge 5 commits intoTheCSharpAcademy:mainfrom
Alex-RamosV:main
Open

First iteration of Math Game#675
Alex-RamosV wants to merge 5 commits intoTheCSharpAcademy:mainfrom
Alex-RamosV:main

Conversation

@Alex-RamosV
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Owner

@TheCSharpAcademy TheCSharpAcademy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Alex-RamosV Thanks for the submission! It's looking good but there are two problems:
1- Your divisions are restricted to always having 2 as the divisor. That shouldn't be the case.

2 - It doesn't make sense to ask the user for an operation for every question. Make it so that once an operation is chosen the users will answer 5 questions for that operation, then the game will be over.

Could you please make the modifications so we can approve? 😀

IsGameOver was change to void.
@Alex-RamosV
Copy link
Copy Markdown
Author

Alex-RamosV commented Mar 27, 2026

Hi there! I made the changes as requested. I felt that OOP would make it much easier, but I asked on Discord and they said the task didn't need to be done with OOP. Just to be clear I don't have too much experience with oop.

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