Implement pool game using graphics subsystem (AI)

This commit is contained in:
AI
2026-02-24 08:05:19 +00:00
parent fc5fe9af63
commit 6a8d561b3e
3 changed files with 592 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ Once a task is completed, it should be checked off.
- [x] Create a UDP and TCP stack.
- [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.
- [ ] Create a simple game of pool. It should use graphics mode to render the game.
- [x] Create a simple game of pool. It should use graphics mode to render the game.
- [ ] 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.