Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 4.26 KB

README.md

File metadata and controls

28 lines (24 loc) · 4.26 KB

C# Growth

Purpose:

The following serves as a directory of links to projects and coursework that show my growth in C#.

Repository Link Description Skills Learned
csharp-fundamentals ZCW excercises used a frameowork for learning C# fundamentals primitives, operators, string manipulation, methods, calling methods, instantiating objects, nUnit testing
csharp-oop-rockpaperscissors simple console game utilizing basic oop principles, separation of concerns oop, switch statements, enum, nUnit testing
csharp-war-game This game is a project created for Deacom as part of their hiring process. I originally completed the project in java and have decided to re-write it in csharp for practice. oop, nUnit testing, visual studio 2017 for Mac