Open Issues Need Help
View All on GitHub Implement Monkey Console Application about 2 hours ago
AI Summary: This GitHub issue outlines the development of a C# console application designed to manage and display information about a list of monkeys. Users should be able to view all monkeys, search for a specific monkey by name, and select a random monkey, all while utilizing a `Monkey` model class and incorporating ASCII art for visual enhancement. The proposed implementation suggests creating the model, preparing data, building a console menu, and adding ASCII art to each feature.
Complexity:
2/5
enhancement good first issue