-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe FractionBounce #13
Comments
GameplayPlayers must nudge a bouncing ball to land on the an area of the ground representing a particular percentage or fraction equivalent to the fraction displayed on screen.
|
@cja1093 I have a few questions regarding the game and it would be great if you could point me at direct code examples:
|
|
Educational ValueThis activity will be fairly useful for 4th graders in the way it helps create a visual understanding of basic fraction (or percentage) values. It sets a good foundation for continued work with fractions regarding equivalence and general comparisons (such as comparing denominators, adding/subtracting fractions, and multiplying fractions). |
To piggyback on cja1093 I've delved into the ball.py and bounce.py and while the instance of the ball in the game has no properties that would utilize physics to move it, it uses simple transformations. However, bounce.py uses information from an accelerometer (if the device it is playing on has one) to dictate transformation data to the instance of the ball. This could give a more natural feel to the movement of the ball as if it were acting under the laws of physics. |
My mention of this issue has already been noted in the Github web interface, but I wanted to mention it explicitly also in a comment for benefit of the notifications system (and for my email inbox): Specifically, I want to note the corresponding Sugarizer development issue for this activity: as participants in each issue can earn credit working across the lines with their counterparts in the other, corresponding issue (developers seeking or offering feedback from/to describers and vice versa). |
Fraction Bounce is an activity designed to teach and reinforce the concepts of basic fractions. The overview of the user experience this game is well described in the sugar labs wiki: https://wiki.sugarlabs.org/go/Activities/Fraction_Bounce The game involves moving a bouncing ball across the screen based on a given fraction, score is kept based on the successes of the players ability to match the movement of the ball to the given fraction in the form of smiley faces. |
@BlueJay89 Since @cja1093 got out ahead on this issue pretty well, your best opportunity to get a little more done on this issue could be synthesizing the discussion so far into something to place in: https://github.com/ritjoe/sugarizer-lite/tree/master/hfoss-2195 |
@ritjoe you're suggesting an organized summary of the actions taken, discussion, and results of this issue in a document to be added to that location? I can certainly begin working on that. |
On Wed, Apr 29, 2020 at 07:51:04AM -0700, BlueJay89 wrote:
@ritjoe you're suggesting an organized summary of the actions taken,
discussion, and results of this issue in a document to be added to that
location? I can certainly begin working on that.
Yes. Mostly with a focus on the descriptions themselves. Some mention of the Chrome debugging efforts would be ok to put in, too, but the idea is that this would serve as a reference to someone who wanted to continue working on the Javascript implementation of the activity.
|
This issue will be used to describe the FractionBounce project. I'll incorporate a game description as well as steps to install the activity.
GitHub: https://github.com/sugarlabs/fractionbounce
README.md covers a lot of the essentially content for getting started
The text was updated successfully, but these errors were encountered: