created animated cow

This commit is contained in:
2026-04-22 13:57:49 +02:00
parent ae219bbff4
commit 6620de21ad
3 changed files with 105 additions and 4 deletions

View File

@@ -36,11 +36,11 @@
## 4. C Programming
- [ ] **`newcow.c`**
- [ ] Create `affiche_vache` function: displays a cow without a speech bubble.
- [ ] Compile and run.
- [x] **`newcow.c`**
- [x] Create `affiche_vache` function: displays a cow without a speech bubble.
- [x] Compile and run.
- [ ] **Add Features**
- [ ] Support `-e`/ `--eyes` option to change cow's eyes.
- [x] Support `-e`/ `--eyes` option to change cow's eyes.
- [ ] Implement other options from `cowsay` manpage.
- [ ] **New Feature**
- [ ] Implement a new feature (e.g., `--tail L` to adjust tail length, or display a herd).