Ah thanks for the clarification, last time our mouses at our Oakton reigonal sucked so I was wondering if I could bring my own.Riptide wrote: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.Maglor wrote:Is it against the rules to bring our own mouses and use them?
Game On C
Re: Game On C
"Probably busy studying"
New Trier Science Olympiad
New Trier Science Olympiad
Re: Game On C
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.
-
- Moderator
- Posts: 525
- Joined: Fri Dec 06, 2013 1:56 pm
- Division: Grad
- State: CA
- Pronouns: He/Him/His
- Has thanked: 151 times
- Been thanked: 107 times
Re: Game On C
When I did Game On two years ago (at the 2016 tournament) they used the offline version. I'm not sure about last yearLeliel 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.
Stanford University
University of Texas at Austin '22
Seven Lakes High School '18
Beckendorff Junior High '14
University of Texas at Austin '22
Seven Lakes High School '18
Beckendorff Junior High '14
Re: Game On C
Does anyone know what is meant by "Elements are logically grouped and organized"? How would we group or organize them?
-
- Member
- Posts: 178
- Joined: Sun Sep 17, 2017 10:40 am
- Division: C
- State: NY
- Has thanked: 0
- Been thanked: 0
Re: Game On C
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 connectedarmadillo wrote:Does anyone know what is meant by "Elements are logically grouped and organized"? How would we group or organize them?
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
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
-
- Member
- Posts: 11
- Joined: Sun Jan 28, 2018 7:01 pm
- Division: C
- State: NJ
- Has thanked: 0
- Been thanked: 0
Re: Game On C
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.terence.tan wrote: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 connectedarmadillo wrote:Does anyone know what is meant by "Elements are logically grouped and organized"? How would we group or organize them?
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
West Windsor-Plainsboro HS South '19
Cornell University '23
Re: Game On C
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?
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?
-
- Exalted Member
- Posts: 202
- Joined: Mon Dec 04, 2017 7:09 pm
- Division: Grad
- State: TX
- Has thanked: 0
- Been thanked: 8 times
Re: Game On C
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.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?
UC Berkeley
Seven Lakes High School '19
Seven Lakes High School '19
-
- Member
- Posts: 220
- Joined: Sun Apr 10, 2016 5:44 am
- Division: Grad
- State: NJ
- Has thanked: 1 time
- Been thanked: 3 times
Re: Game On C
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...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?
WWP South, graduated 2018
Current undegrad in physics @Oxford University
Current undegrad in physics @Oxford University
Re: Game On C
For example, if the game topic was something like building enzymes, how would a bridge building game work? Like what would the bridge represent?knottingpurple wrote: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...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?