Game On B

User avatar
Fyren
Member
Member
Posts: 40
Joined: Tue Mar 17, 2020 3:54 pm
Pronouns: She/Her/Hers
Has thanked: 153 times
Been thanked: 185 times

Re: Game On B

Post by Fyren »

stlcards422 wrote: Tue Dec 01, 2020 7:47 pm What are environmental interactions? Does adding grass that moves when the player touches it in a nature-themed game count?
Really late reply, but I believe environmental interactions are more like picking up an apple from a tree in the background or not being able to go past a rock bigger than the sprite. I could be wrong, but that was how I interpreted it when I did Game On.
VENI, VIDI, VICI.
neetivaidya
Member
Member
Posts: 6
Joined: Mon Jan 20, 2020 11:52 am
Division: B
State: WA
Has thanked: 1 time
Been thanked: 1 time

Re: Game On B

Post by neetivaidya »

stlcards422 wrote: Sun Nov 01, 2020 8:42 am Question; how complicated does the game us usually need to be to win? And are there any examples? Also, how do you find music since you can't download any and the libary aren't good (choppy)
Yeah, I see your point. However, to save time it is best using library music.
If you want smooth bg music, I have found that using sound bytes underneath the loops section seems to work best.
THen if you write

repeat forever:
play sound [] until done

it should play music smoothly
neetivaidya
Member
Member
Posts: 6
Joined: Mon Jan 20, 2020 11:52 am
Division: B
State: WA
Has thanked: 1 time
Been thanked: 1 time

Re: Game On B

Post by neetivaidya »

stlcards422 wrote: Tue Dec 01, 2020 7:47 pm What are environmental interactions? Does adding grass that moves when the player touches it in a nature-themed game count?
Environmental interactions are how uc or cc sprites interact with the bg.
For example, if a ball bounces off of platforms, that would be environmental interaction
These users thanked the author neetivaidya for the post:
cards104171 (Fri Feb 12, 2021 6:08 am)
cards104171
Member
Member
Posts: 11
Joined: Mon Feb 01, 2021 10:24 am
Division: B
State: OH
Pronouns: She/Her/Hers
Has thanked: 7 times
Been thanked: 6 times

Re: Game On B

Post by cards104171 »

Question: would having the character bounce off walls be environmental interactions?
This is what I’ve always done and gotten full points, but suddenly I got a 0 for that in 1 invitational and I was wondering if that was me or something that maybe the grader didn’t completely understand or consider.
Current Events -
Codebusters
Fast Facts
Bio Process Lab
Anatomy
 
Game On
Heredity
Circuit Lab
Density Lab
Game On
Heredity
Circuit Lab
Disease Detectives 
Codebusters
Disease Detectives
Bio Process Lab
Anatomy
0ddrenaline
Member
Member
Posts: 134
Joined: Thu May 21, 2015 6:36 pm
Division: Grad
State: MI
Has thanked: 3 times
Been thanked: 17 times

Re: Game On B

Post by 0ddrenaline »

cards104171 wrote: Fri Feb 12, 2021 6:07 am Question: would having the character bounce off walls be environmental interactions?
This is what I’ve always done and gotten full points, but suddenly I got a 0 for that in 1 invitational and I was wondering if that was me or something that maybe the grader didn’t completely understand or consider.
I think this could be considered to be an environmental interaction, but I could see someone debating that. If you want easier points, consider having the sprite interact with the background. Alternatively, you could make a comment on the wall bouncing code, saying something like "this is my intended environmental interaction." Then it's unambiguous and the grader can decide whether they agree.
Last edited by 0ddrenaline on Fri Feb 12, 2021 8:38 am, edited 1 time in total.
These users thanked the author 0ddrenaline for the post:
cards104171 (Fri Feb 12, 2021 8:49 am)
cards104171
Member
Member
Posts: 11
Joined: Mon Feb 01, 2021 10:24 am
Division: B
State: OH
Pronouns: She/Her/Hers
Has thanked: 7 times
Been thanked: 6 times

Re: Game On B

Post by cards104171 »

0ddrenaline wrote: Fri Feb 12, 2021 8:38 am
cards104171 wrote: Fri Feb 12, 2021 6:07 am Question: would having the character bounce off walls be environmental interactions?
This is what I’ve always done and gotten full points, but suddenly I got a 0 for that in 1 invitational and I was wondering if that was me or something that maybe the grader didn’t completely understand or consider.
I think this could be considered to be an environmental interaction, but I could see someone debating that. If you want easier points, consider having the sprite interact with the background. Alternatively, you could make a comment on the wall bouncing code, saying something like "this is my intended environmental interaction." Then it's unambiguous and the grader can decide whether they agree.
That’s good advice— I actually did comment that with the specific wording, but I guess the grader didn’t consider it as interaction or something (which I was upset on.... I was stuck in 4th place and 3rd got a medal).
What would you really consider as a Sprite interaction with a background? I was thinking like maybe it could bust clouds or something?
Current Events -
Codebusters
Fast Facts
Bio Process Lab
Anatomy
 
Game On
Heredity
Circuit Lab
Density Lab
Game On
Heredity
Circuit Lab
Disease Detectives 
Codebusters
Disease Detectives
Bio Process Lab
Anatomy
neetivaidya
Member
Member
Posts: 6
Joined: Mon Jan 20, 2020 11:52 am
Division: B
State: WA
Has thanked: 1 time
Been thanked: 1 time

Re: Game On B

Post by neetivaidya »

cards104171 wrote: Fri Feb 12, 2021 8:49 am
0ddrenaline wrote: Fri Feb 12, 2021 8:38 am
cards104171 wrote: Fri Feb 12, 2021 6:07 am Question: would having the character bounce off walls be environmental interactions?
This is what I’ve always done and gotten full points, but suddenly I got a 0 for that in 1 invitational and I was wondering if that was me or something that maybe the grader didn’t completely understand or consider.
I think this could be considered to be an environmental interaction, but I could see someone debating that. If you want easier points, consider having the sprite interact with the background. Alternatively, you could make a comment on the wall bouncing code, saying something like "this is my intended environmental interaction." Then it's unambiguous and the grader can decide whether they agree.
That’s good advice— I actually did comment that with the specific wording, but I guess the grader didn’t consider it as interaction or something (which I was upset on.... I was stuck in 4th place and 3rd got a medal).
What would you really consider as a Sprite interaction with a background? I was thinking like maybe it could bust clouds or something?
When the clouds become the cc sprite of the game though, even if they are technically part of the bg, it probably wont count as an environment action
cards104171
Member
Member
Posts: 11
Joined: Mon Feb 01, 2021 10:24 am
Division: B
State: OH
Pronouns: She/Her/Hers
Has thanked: 7 times
Been thanked: 6 times

Re: Game On B

Post by cards104171 »

neetivaidya wrote: Mon Mar 08, 2021 7:48 pm
cards104171 wrote: Fri Feb 12, 2021 8:49 am
0ddrenaline wrote: Fri Feb 12, 2021 8:38 am

I think this could be considered to be an environmental interaction, but I could see someone debating that. If you want easier points, consider having the sprite interact with the background. Alternatively, you could make a comment on the wall bouncing code, saying something like "this is my intended environmental interaction." Then it's unambiguous and the grader can decide whether they agree.
That’s good advice— I actually did comment that with the specific wording, but I guess the grader didn’t consider it as interaction or something (which I was upset on.... I was stuck in 4th place and 3rd got a medal).
What would you really consider as a Sprite interaction with a background? I was thinking like maybe it could bust clouds or something?
When the clouds become the cc sprite of the game though, even if they are technically part of the bg, it probably wont count as an environment action
Yeah, that’s what I was thinking though. I wish these things were specified :/
Current Events -
Codebusters
Fast Facts
Bio Process Lab
Anatomy
 
Game On
Heredity
Circuit Lab
Density Lab
Game On
Heredity
Circuit Lab
Disease Detectives 
Codebusters
Disease Detectives
Bio Process Lab
Anatomy
User avatar
theskyistillred
Member
Member
Posts: 16
Joined: Tue Apr 06, 2021 5:53 pm
Division: C
State: NJ
Has thanked: 62 times
Been thanked: 6 times

Re: Game On B

Post by theskyistillred »

How are we going to be able to collaborate with a partner in Game On via Zoom?
"This is a block of text that can be added to posts you make. There is a 300 character limit." --Unknown


Check out my YouTube channel: https://www.youtube.com/watch?v=dQw4w9WgXcQ





























































go study
User avatar
Longivitis
Member
Member
Posts: 47
Joined: Sat Feb 17, 2018 7:19 am
Division: Grad
State: TX
Pronouns: He/Him/His
Has thanked: 17 times
Been thanked: 45 times

Re: Game On B

Post by Longivitis »

theskyistillred wrote: Tue Apr 06, 2021 5:56 pm How are we going to be able to collaborate with a partner in Game On via Zoom?
So you basically work on one game file together. You can do that by sharing an account and have one person code and when they're done you can log in and keep working on your side. You can also simply code while sharing the screen if that is better, but you shouldn't both code at the same time because Scratch isn't guaranteed to save both instances of the work.
These users thanked the author Longivitis for the post (total 2):
Krish2007 (Sat Apr 10, 2021 7:07 pm) • theskyistillred (Sun Apr 11, 2021 9:02 am)
University of Texas at Austin '23
Cypress Lakes High School '19

Chemistry Lab, Codebusters, Game On, Science Word, Towers, We've Got Your Number

Return to “2021 Lab Events”