20243197 #12

Closed
20243197 wants to merge 30 commits from 20243197/20243197:20243197 into 20243197
3 changed files with 8 additions and 8 deletions
Showing only changes of commit fbbe969623 - Show all commits

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
- Make 'Game Over', 'Congrats' good looking
### Reference
https://youtu.be/M5St-vvohzs

View File

@ -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

View File

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