Activity
Using the methods instead of hard coded 0 index
Using the methods instead of hard coded 0 index
1. Renamed the IRandomProvider.cs to RandomProviders.cs
1. Renamed the IRandomProvider.cs to RandomProviders.cs
Fixed all errors because of the generics assignment and finished writ…
Fixed all errors because of the generics assignment and finished writ…
Added some WIC project for LINQ class
Added some WIC project for LINQ class
Added a project for the extensions WIC lesson
Added a project for the extensions WIC lesson
Finished the WIC for the enumerables lesson
Finished the WIC for the enumerables lesson
Removed namespace and parameterless constructors of the Dice and Bag …
Removed namespace and parameterless constructors of the Dice and Bag …
Improved prints and changed the Team terminology to Players
Improved prints and changed the Team terminology to Players
Finished with the Bag struct and test
Finished with the Bag struct and test
Changed the Dice implementation to a generic IRandomProvider implemen…
Changed the Dice implementation to a generic IRandomProvider implemen…
improved prints, cleaned code and improved readability (before sendin…
improved prints, cleaned code and improved readability (before sendin…
Continued with the 2nd assignment instructions. Added the player clas…
Continued with the 2nd assignment instructions. Added the player clas…
Improved the weather prints to make more sense in the fight context (…
Improved the weather prints to make more sense in the fight context (…
Added more checks to avoid dead units fighting because of Attack over…
Added more checks to avoid dead units fighting because of Attack over…
Fixed more bugs and balanced the units stats
Fixed more bugs and balanced the units stats
Fixed some bugs and added more informative prints
Fixed some bugs and added more informative prints
Added GameManager.cs to handle the fight algo and added most of the a…
Added GameManager.cs to handle the fight algo and added most of the a…
Added Weather system and tested it
Added Weather system and tested it
Fixed all the issues after altering the unit base class to use dice i…
Fixed all the issues after altering the unit base class to use dice i…
WIP - changed the Unit as requested in the assignment, now altering t…
WIP - changed the Unit as requested in the assignment, now altering t…
Added tests and organized the code for easier use
Added tests and organized the code for easier use