Skip to content
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

Interactive: Quadratics Angry Birds #80

Open
plegner opened this issue Feb 17, 2020 · 1 comment
Open

Interactive: Quadratics Angry Birds #80

plegner opened this issue Feb 17, 2020 · 1 comment
Assignees
Labels
interactive Interactive Elements

Comments

@plegner
Copy link
Member

plegner commented Feb 17, 2020

An Angry Birds-style game, that shows how projectiles follow a parabolic path.

Preview: https://mathigon.org/course/quadratics/projectiles?preview
https://github.com/mathigon/textbooks/blob/master/content/quadratics/components/projectile.ts

Students have a slingshot at position (0, 0) and have to hit specific targets at other positions (fish?). You should be able to hide or show a coordinate system overlay.

The game should be a configurable custom webcomponent that can be used in two different settings:

  • An exploratory version, where students drag a slingshot and can experiment with different angles and initial velocities.
  • A static version where students have to calculate the equation for the required parabola that goes through two points. Upon finding the correct equation, play the slingshot animation.
@plegner plegner added the interactive Interactive Elements label Feb 17, 2020
@plegner plegner self-assigned this Mar 2, 2020
@DegrangeM
Copy link
Contributor

(at first I was confused because I was doing a "pull" instead of a "push". The interactive will need to guide the user to do the right things.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interactive Interactive Elements
Development

No branches or pull requests

2 participants