can't stop minor editing

This commit is contained in:
Jee Yeon Kim 2025-04-21 01:41:26 +09:00
parent 7c788cf9dd
commit fbbe969623
3 changed files with 8 additions and 8 deletions

View File

@ -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
### Reference
https://youtu.be/M5St-vvohzs

View File

@ -60,7 +60,3 @@ This homework will be evaluated following two criteria:
- 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

View File

@ -233,7 +233,7 @@ function setup(){
}
function draw(){
background(51);
background(10);
drawSprites();
if (isGameOver) {