Game On C

User avatar
Maglor
Member
Member
Posts: 2
Joined: October 22nd, 2014, 3:52 pm
Has thanked: 0
Been thanked: 0

Re: Game On C

Post by Maglor »

Riptide wrote:
Maglor wrote:Is it against the rules to bring our own mouses and use them?
I believe the rules specify exactly what is allowed to be brought in, and a mouse isn't one of them. You could always try and bring it but make sure to ask the proctor before using it.
Ah thanks for the clarification, last time our mouses at our Oakton reigonal sucked so I was wondering if I could bring my own.
"Probably busy studying"

New Trier Science Olympiad
User avatar
Leliel
Member
Member
Posts: 1
Joined: March 22nd, 2018, 6:42 pm
Division: C
Has thanked: 0
Been thanked: 0

Re: Game On C

Post by Leliel »

Does anyone know what version of Scratch was used at last years Nationals? 2.0 offline editor or 1.4? Also what was the game type and theme? The national test packet from the online store only has the team rankings and basic rubric for Game On, nothing about the requirements at the tournament.
User avatar
Adi1008
Moderator
Moderator
Posts: 526
Joined: December 6th, 2013, 1:56 pm
Division: Grad
State: CA
Pronouns: He/Him/His
Has thanked: 156 times
Been thanked: 108 times

Re: Game On C

Post by Adi1008 »

Leliel wrote:Does anyone know what version of Scratch was used at last years Nationals? 2.0 offline editor or 1.4? Also what was the game type and theme? The national test packet from the online store only has the team rankings and basic rubric for Game On, nothing about the requirements at the tournament.
When I did Game On two years ago (at the 2016 tournament) they used the offline version. I'm not sure about last year
Stanford University
University of Texas at Austin '22
Seven Lakes High School '18
Beckendorff Junior High '14
armadillo
Member
Member
Posts: 6
Joined: January 23rd, 2017, 8:28 pm
Has thanked: 0
Been thanked: 0

Re: Game On C

Post by armadillo »

Does anyone know what is meant by "Elements are logically grouped and organized"? How would we group or organize them?
terence.tan
Member
Member
Posts: 178
Joined: September 17th, 2017, 10:40 am
Division: C
State: NY
Has thanked: 0
Been thanked: 0

Re: Game On C

Post by terence.tan »

armadillo wrote:Does anyone know what is meant by "Elements are logically grouped and organized"? How would we group or organize them?
like all of the code for variables in one section, mechanics in the other, so they when they look at your code it is clear and they see how they are connected
2017 events: Electric Vehicle, Game On, Robot Arm
2018 events: Mouse Trap Vehicle, Game On, Mission Possible, ExpD, Duct Tape Challenge
2019 events: Mouse Trap Vehicle, Sounds of Music, Mission Possible, ExpD, Wright Stuff, WIDI
2020 events: Gravity Vehicle. ExpD, WIDI, Sounds of Music, Machines
User avatar
whythescratchyface
Member
Member
Posts: 11
Joined: January 28th, 2018, 7:01 pm
Division: C
State: NJ
Has thanked: 0
Been thanked: 0

Re: Game On C

Post by whythescratchyface »

terence.tan wrote:
armadillo wrote:Does anyone know what is meant by "Elements are logically grouped and organized"? How would we group or organize them?
like all of the code for variables in one section, mechanics in the other, so they when they look at your code it is clear and they see how they are connected
Yeah, and different sprites should not be handling game changes for global variables like score and time, just the main player sprite or preferably the background itself.
Scratch is a visual programming language and online community targeted primarily at children. Using Scratch, users create their own interactive stories, games and animations, then share and discuss their creations with one another.

West Windsor-Plainsboro HS South '19
Cornell University '23
Jonathan.Y
Member
Member
Posts: 3
Joined: May 1st, 2018, 1:34 pm
Has thanked: 0
Been thanked: 0

Re: Game On C

Post by Jonathan.Y »

Sorry to bring this up again but does anyone have ideas for building games that are generally applicable to a variety of scientific topics? I read the earlier posts about this game type and they all seem to be related to building a "bridge" to get from one side of the screen to the other. While this idea works for certain themes, it does not seem to work well with the majority of them.

Also, in a building/racing game, do both the player and the autonomous sprite have to build something? Or can the player just build something to complete the objective while the autonomous sprite does something else to complete the objective?
User avatar
Riptide
Exalted Member
Exalted Member
Posts: 202
Joined: December 4th, 2017, 7:09 pm
Division: Grad
State: TX
Has thanked: 0
Been thanked: 8 times
Contact:

Re: Game On C

Post by Riptide »

Jonathan.Y wrote:Sorry to bring this up again but does anyone have ideas for building games that are generally applicable to a variety of scientific topics? I read the earlier posts about this game type and they all seem to be related to building a "bridge" to get from one side of the screen to the other. While this idea works for certain themes, it does not seem to work well with the majority of them.

Also, in a building/racing game, do both the player and the autonomous sprite have to build something? Or can the player just build something to complete the objective while the autonomous sprite does something else to complete the objective?
For racing games, the player must be racing an autonomous sprite to complete the objective. As for building games, I think it’s fine if just the user is building.
UC Berkeley
Seven Lakes High School '19
knottingpurple
Member
Member
Posts: 220
Joined: April 10th, 2016, 5:44 am
Division: Grad
State: NJ
Has thanked: 1 time
Been thanked: 3 times

Re: Game On C

Post by knottingpurple »

Jonathan.Y wrote:Sorry to bring this up again but does anyone have ideas for building games that are generally applicable to a variety of scientific topics? I read the earlier posts about this game type and they all seem to be related to building a "bridge" to get from one side of the screen to the other. While this idea works for certain themes, it does not seem to work well with the majority of them.

Also, in a building/racing game, do both the player and the autonomous sprite have to build something? Or can the player just build something to complete the objective while the autonomous sprite does something else to complete the objective?
It's really possible to apply most game formats to most topics if you try hard enough, it's not as though all of your science ideas or every aspect of the game has to relate to the given topic. At PUSO teethe topic was snow with a maze game and we had a squirrel which didn't want to catch hypothermia while running through the snow and nothing else related and they were fine with it. Can you give an example of a topic which you think wouldn't work with a bridge? Because there are a lot of things which you might build a bridge to avoid, or which might want to use a bridge, if you just get a little bit creative...
WWP South, graduated 2018
Current undegrad in physics @Oxford University
Jonathan.Y
Member
Member
Posts: 3
Joined: May 1st, 2018, 1:34 pm
Has thanked: 0
Been thanked: 0

Re: Game On C

Post by Jonathan.Y »

knottingpurple wrote:
Jonathan.Y wrote:Sorry to bring this up again but does anyone have ideas for building games that are generally applicable to a variety of scientific topics? I read the earlier posts about this game type and they all seem to be related to building a "bridge" to get from one side of the screen to the other. While this idea works for certain themes, it does not seem to work well with the majority of them.

Also, in a building/racing game, do both the player and the autonomous sprite have to build something? Or can the player just build something to complete the objective while the autonomous sprite does something else to complete the objective?
It's really possible to apply most game formats to most topics if you try hard enough, it's not as though all of your science ideas or every aspect of the game has to relate to the given topic. At PUSO teethe topic was snow with a maze game and we had a squirrel which didn't want to catch hypothermia while running through the snow and nothing else related and they were fine with it. Can you give an example of a topic which you think wouldn't work with a bridge? Because there are a lot of things which you might build a bridge to avoid, or which might want to use a bridge, if you just get a little bit creative...
For example, if the game topic was something like building enzymes, how would a bridge building game work? Like what would the bridge represent?
Locked

Return to “2018 Lab Events”

Who is online

Users browsing this forum: No registered users and 2 guests