Skip to content

A collection of projects I created at my summer internship with RabbitMath from May to August 2020.

Notifications You must be signed in to change notification settings

src255/rabbitmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMath

Welcome to my RabbitMath respository! I helped create animations and a game for the RabbitMath curriculum
in 2020 during the summer. This respository will feature python code. I created the animations using
matplotlib and the game using pygame.

RotatingTable

This is the game code to supplement the Rotating Table problem in the Grade 12 curriculum. The goal of
the game is to make the inner colour of every pad the same, i.e. make them all red or all blue.
Each turn, you are allowed to reveal the colour of some of the pads (this is the variable "hands" that
you choose in the python terminal) and toggle the colour of the pads between red and blue. When you are
ready to continue, you can hit the spin button. The game only ends if you manage to make all of the pad
colours agree.

ShoeFling

This file creates an animation for a physics problem about flinging one's shoe while swinging on
a park swing. The goal is to find the angle that maximizes the distance the shoe travels. The animations
is meant to develop one's intuition for the problem before diving into the mathematics.

About

A collection of projects I created at my summer internship with RabbitMath from May to August 2020.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages