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
600
Star
12
Code
Issues
0
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
MathGame console application
- #753
#753
Closed
ivangar
wants to merge 11 commits into
the-csharp-academy:main
the-csharp-academy/CodeReviews.Console.MathGame:main
from
ivangar:main
ivangar/CodeReviews.Console.MathGame:main
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
MathGame console application
#753
ivangar
wants to merge 11 commits into
the-csharp-academy:main
the-csharp-academy/CodeReviews.Console.MathGame:main
from
ivangar:main
ivangar/CodeReviews.Console.MathGame:main
Copy head branch name to clipboard
Commits
Commits on Aug 11, 2026
Adding new project
ivangar
committed
1a220be
View commit details
Copy full SHA for 1a220be
Browse repository at this point
Commits on Aug 12, 2026
First draft of Math Game. Basic loop of multiple questions/validations. Add, Subtract ops.
ivangar
committed
7b3cd8e
View commit details
Copy full SHA for 7b3cd8e
Browse repository at this point
Commits on Aug 13, 2026
Added Menu, Menu Options & Menu Validator. Refactored Program to use menu to prompt multiple game options.
ivangar
committed
500ed67
View commit details
Copy full SHA for 500ed67
Browse repository at this point
Commits on Aug 18, 2026
Remove user prompt for the operation option, save results in class props, Add missing operations (mult, division).
ivangar
committed
2487187
View commit details
Copy full SHA for 2487187
Browse repository at this point
Commits on Aug 20, 2026
Fix output for question read y/n chars. Create GameCenter class to control game sequence. Bring back Menu Prompt to choose an operation.
ivangar
committed
caa4762
View commit details
Copy full SHA for caa4762
Browse repository at this point
Refactor game - consolidate operations into 1 method. Add GameValidator class.
ivangar
committed
c720099
View commit details
Copy full SHA for c720099
Browse repository at this point
Commits on Aug 24, 2026
Add interface IGame. Add MathOperation record to represent each operation object.
ivangar
committed
bc6e9ea
View commit details
Copy full SHA for bc6e9ea
Browse repository at this point
optimized history log format.
ivangar
committed
064e2ff
View commit details
Copy full SHA for 064e2ff
Browse repository at this point
Final update to Math Game
ivangar
committed
af1c024
View commit details
Copy full SHA for af1c024
Browse repository at this point
use single Random instance as a member Game class
ivangar
committed
046e698
View commit details
Copy full SHA for 046e698
Browse repository at this point
Merge branch 'main' into main
ivangar
authored
84519fb
View commit details
Copy full SHA for 84519fb
Browse repository at this point
You can’t perform that action at this time.