Skip to content

RyanW84/CodeReviews.Console.MathGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Game

It is a fun little Console based Math Game.

This implements some key learning points for me including:

  1. Enums
  2. Parsing Enums
  3. Randomly selecting an Enum
  4. Use of Switch Case
  5. Methods
  6. Classes
  7. DRY principle (far from perfect but a significant improvement)
  8. Refactoring to remove the ability to divide by 0
  9. Refactoring to always present the large number first in a division

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%