Accovdk / Accovdk/MonkeyApp

Implement Monkey Console Application

オープン
#1 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement good first issue
主要言語
C#
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

## Requirements
- Create a C# console application.
- The app should be able to:
- List all available monkeys.
- Get details for a specific monkey by name.
- Pick a random monkey.
- Use a `Monkey` model class to represent monkey data.
- Include ASCII art for visual appeal when displaying monkeys.

## Implementation Details
- Define a `Monkey` class with properties like `Name`, `Description`, and possibly `AsciiArt`.
- Store monkey data in a simple collection (e.g., a list or array).
- Implement console commands or menu options for listing, searching, and picking a random monkey.
- Display monkey details and ASCII art in the console output.
- Ensure code is clean, well-commented, and easy to extend.

## Checklist
- [ ] Define the `Monkey` model class
- [ ] Create a collection of monkey data
- [ ] Implement listing all monkeys
- [ ] Implement searching for a monkey by name
- [ ] Implement picking a random monkey
- [ ] Add ASCII art for each monkey
- [ ] Create a user-friendly console interface
- [ ] Add comments and documentation

---
Labels: enhancement, good first issue

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。