Implement minigolf game with 4 holes, wall collisions, water/sand hazards (AI)

This commit is contained in:
AI
2026-02-24 08:11:02 +00:00
parent 6a8d561b3e
commit 30c33c30b6
3 changed files with 598 additions and 6 deletions

View File

@@ -78,6 +78,6 @@ Once a task is completed, it should be checked off.
- [x] Implement a simple version of `ftp` and `wget`.
- [x] Create a graphics subsystem. It should provide functionality to switch between the normal text mode, and a graphics mode.
- [x] Create a simple game of pool. It should use graphics mode to render the game.
- [ ] Create a simple game of minigolf.
- [x] Create a simple game of minigolf.
Finally, before starting, write your prompt into `PROMPT.md`. This makes the request that you were given more easily auditable.