From fbbe9696233719eb18d2b32e44a6403814865001 Mon Sep 17 00:00:00 2001 From: Jee Youn Kim Date: Mon, 21 Apr 2025 01:41:26 +0900 Subject: [PATCH] can't stop minor editing --- PROPOSAL_20243197.md | 8 ++++++-- README.md | 6 +----- main.js | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/PROPOSAL_20243197.md b/PROPOSAL_20243197.md index d55d63d..d2a7f7a 100644 --- a/PROPOSAL_20243197.md +++ b/PROPOSAL_20243197.md @@ -89,9 +89,13 @@ User Contol: ASDW ### TODO -- Move Script +- Add Move Script +- Add Sprite Combination Script - Make Rules Modul-able - Make sprites as animation - Put in Sound Effects - Add 'Start Game', 'Pause Game' -- Make 'Game Over', 'Congrats' good looking \ No newline at end of file +- Make 'Game Over', 'Congrats' good looking + +### Reference +https://youtu.be/M5St-vvohzs diff --git a/README.md b/README.md index 94d4ba3..2101beb 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,4 @@ This homework will be evaluated following two criteria: - Submissions after the deadline (even a few minutes) will receive a penalty of 20%. Submissions submitted after 24 hours from the deadline will be ignored (score will be 0). - Keep a screenshot that proves your completed submission. - Writing style might be considered in grading -- Other subjective metrics by prof may apply - - -### Reference -https://youtu.be/M5St-vvohzs +- Other subjective metrics by prof may apply \ No newline at end of file diff --git a/main.js b/main.js index 43a29eb..3a6801a 100644 --- a/main.js +++ b/main.js @@ -233,7 +233,7 @@ function setup(){ } function draw(){ - background(51); + background(10); drawSprites(); if (isGameOver) {