Open Issues Need Help
View All on GitHub Workshops • DotNet Workshops
Monkey 콘솔 애플리케이션 구현 about 1 month ago
AI Summary: Create a C# console application that interacts with a Monkey model class. The app should list all available monkeys, retrieve specific monkey details by name, and select a random monkey. It should use a static helper class for monkey data management and incorporate ASCII art for visual appeal. The task involves creating the model class, the helper class, implementing a console UI with a menu, adding ASCII art, and ensuring proper exception handling and adherence to coding standards.
Complexity:
3/5
enhancement good first issue