From ccae8ef52f87994f766983f8e0f93807112690fc Mon Sep 17 00:00:00 2001 From: nadiarvi Date: Sun, 13 Apr 2025 23:25:47 +0900 Subject: [PATCH] edit expected challenges --- PROPOSAL_20210747.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROPOSAL_20210747.md b/PROPOSAL_20210747.md index 1e856ac..a71c424 100644 --- a/PROPOSAL_20210747.md +++ b/PROPOSAL_20210747.md @@ -87,4 +87,4 @@ class World { ### 4. Expected Challenges -The expected main challenges from this project is how to make the cat rendered dynamically (as walking) when it moves. I will use the `p5.js` library to make the rendering, so I think keeping a local state of whether the Cat is moving or not and render the visual accordingly might work. \ No newline at end of file +The expected main challenge is implementing dynamic cat animation when it moves, so to make it looks like the cat is running. I plan to keep track of the cat's movement state globally to show if during the rendering stage the cat should be in running animation. I also want to implement scrolling levels where the window follows the cat's movement, but I'm still figuring out how to track the cat's position relative to the viewport for camera movement. \ No newline at end of file