From 92e415e45ab7ee100531abde712b881001f6b870 Mon Sep 17 00:00:00 2001 From: Red and Green <62441426+RGGH@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:37:06 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1971990..e82ec8a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ - [x] collision detection - [x] frames update from image using slice unless game logic says otherwise - [ ] collision detection for each drop to hit cat -- [ ] display 1 mouse per drop that lands on cat -- [ ] if score gets to 30 - player goes to next level - display trophy as background + + Positive score: Original background. + Score 0 to -10: Mouse1 background. + Score -11 to -20: Mouse2 background. + Score below -20: Mono background. + ![image](https://github.com/user-attachments/assets/841e855f-37fc-4941-a779-e6fe92fbdd1c) From b0949e5e72888c6a793b851d00df4a6594b29614 Mon Sep 17 00:00:00 2001 From: Red and Green <62441426+RGGH@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:37:24 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e82ec8a..96aa899 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ - [x] frames update from image using slice unless game logic says otherwise - [ ] collision detection for each drop to hit cat - Positive score: Original background. - Score 0 to -10: Mouse1 background. - Score -11 to -20: Mouse2 background. - Score below -20: Mono background. + -Positive score: Original background. + -Score 0 to -10: Mouse1 background. + -Score -11 to -20: Mouse2 background. + -Score below -20: Mono background. ![image](https://github.com/user-attachments/assets/841e855f-37fc-4941-a779-e6fe92fbdd1c) From f05105e010d74c1a373053018b4e387521c2cffd Mon Sep 17 00:00:00 2001 From: Red and Green <62441426+RGGH@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:37:37 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96aa899..709a69f 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ - [x] frames update from image using slice unless game logic says otherwise - [ ] collision detection for each drop to hit cat - -Positive score: Original background. - -Score 0 to -10: Mouse1 background. - -Score -11 to -20: Mouse2 background. - -Score below -20: Mono background. + - Positive score: Original background. + - Score 0 to -10: Mouse1 background. + - Score -11 to -20: Mouse2 background. + - Score below -20: Mono background. ![image](https://github.com/user-attachments/assets/841e855f-37fc-4941-a779-e6fe92fbdd1c)