Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
the-csharp-academy
/
CodeReviews.Console.MathGame
Public
Notifications
You must be signed in to change notification settings
Fork
602
Star
12
Code
Issues
0
Pull requests
11
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
A second version
- #758
#758
Open
MichaelHelgesen
wants to merge 26 commits into
the-csharp-academy:main
the-csharp-academy/CodeReviews.Console.MathGame:main
from
MichaelHelgesen:main
MichaelHelgesen/CodeReviews.Console.MathGame:main
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Open
A second version
#758
MichaelHelgesen
wants to merge 26 commits into
the-csharp-academy:main
the-csharp-academy/CodeReviews.Console.MathGame:main
from
MichaelHelgesen:main
MichaelHelgesen/CodeReviews.Console.MathGame:main
Copy head branch name to clipboard
Commits
Commits on Aug 2, 2026
Thanks for your great work!
MichaelHelgesen
committed
8324ae7
View commit details
Copy full SHA for 8324ae7
Browse repository at this point
Commits on Aug 18, 2026
feat(menu): add MenuController and split menu logic into sub-components
Show description for 3ae0317
MichaelHelgesen
committed
3ae0317
View commit details
Copy full SHA for 3ae0317
Browse repository at this point
feat(GameController): Added GameController file
MichaelHelgesen
committed
80aa038
View commit details
Copy full SHA for 80aa038
Browse repository at this point
feat(GameController): Added Start Message method
MichaelHelgesen
committed
a8bdf71
View commit details
Copy full SHA for a8bdf71
Browse repository at this point
feat(GameModel): Added Game model
MichaelHelgesen
committed
e6dc5fe
View commit details
Copy full SHA for e6dc5fe
Browse repository at this point
Commits on Aug 19, 2026
feat(Game model): Added rounds and GameData class
MichaelHelgesen
committed
91e3cf8
View commit details
Copy full SHA for 91e3cf8
Browse repository at this point
feat(game): Add Dice, MathProblem and PlayerAnswer models
MichaelHelgesen
committed
dfc7df0
View commit details
Copy full SHA for dfc7df0
Browse repository at this point
refactor: improve logic in models MathProblem and PlayerAnswer
MichaelHelgesen
committed
0b1f81c
View commit details
Copy full SHA for 0b1f81c
Browse repository at this point
refactor: Improve switch in MathProblem model
MichaelHelgesen
committed
890c492
View commit details
Copy full SHA for 890c492
Browse repository at this point
feat(game): Add turns to Game object
MichaelHelgesen
committed
1794ad7
View commit details
Copy full SHA for 1794ad7
Browse repository at this point
feat(game): Further improvements to logic
MichaelHelgesen
committed
66405c1
View commit details
Copy full SHA for 66405c1
Browse repository at this point
Commits on Aug 20, 2026
feat(Archive):
Show description for 90dc4af
MichaelHelgesen
committed
90dc4af
View commit details
Copy full SHA for 90dc4af
Browse repository at this point
feat(menu):
Show description for 43b1743
MichaelHelgesen
committed
43b1743
View commit details
Copy full SHA for 43b1743
Browse repository at this point
refactor(MenuController):
Show description for 7dbf787
MichaelHelgesen
committed
7dbf787
View commit details
Copy full SHA for 7dbf787
Browse repository at this point
refactor(GameController): remove comments
MichaelHelgesen
committed
ce41cfa
View commit details
Copy full SHA for ce41cfa
Browse repository at this point
Commits on Aug 21, 2026
refactor: remove comments and spaces
MichaelHelgesen
committed
cf42fb9
View commit details
Copy full SHA for cf42fb9
Browse repository at this point
refactor: create primary parameterized constructors
MichaelHelgesen
committed
7ea5751
View commit details
Copy full SHA for 7ea5751
Browse repository at this point
feat(mathproblem): Add method for random operator in random game mode
MichaelHelgesen
committed
2a6c2f5
View commit details
Copy full SHA for 2a6c2f5
Browse repository at this point
feat(menu): Add menu for difficulty
MichaelHelgesen
committed
03db7b8
View commit details
Copy full SHA for 03db7b8
Browse repository at this point
Commits on Aug 22, 2026
feat(game): Implemented timer
MichaelHelgesen
committed
880bd62
View commit details
Copy full SHA for 880bd62
Browse repository at this point
Commits on Aug 24, 2026
refactor: fix layout
MichaelHelgesen
committed
95b9aba
View commit details
Copy full SHA for 95b9aba
Browse repository at this point
feat(menu): Upgraded the look of the menus.
MichaelHelgesen
committed
dce3fd4
View commit details
Copy full SHA for dce3fd4
Browse repository at this point
refactor: Remove casting from Enums in menu
MichaelHelgesen
committed
5675b61
View commit details
Copy full SHA for 5675b61
Browse repository at this point
fix: deleted old files
MichaelHelgesen
committed
fa70a54
View commit details
Copy full SHA for fa70a54
Browse repository at this point
fix: clean up code
MichaelHelgesen
committed
e8f87f8
View commit details
Copy full SHA for e8f87f8
Browse repository at this point
Commits on Aug 30, 2026
refactor: update access modifiers
MichaelHelgesen
committed
8c7138e
View commit details
Copy full SHA for 8c7138e
Browse repository at this point
You can’t perform that action at this time.