direkitteh / MiniGameMayhem

An application similar to Luminosity with a collection of math-themed games to teach various topics of the fourth grade curriculum. Users receive scores for their performance and can improve over time.
GNU General Public License v3.0
1 stars 0 forks source link

Fractions - Polished #29

Open milistisia2 opened 9 years ago

milistisia2 commented 9 years ago

Bugfree, works as expected on the XO, and fun

milistisia2 commented 9 years ago

For this to be closed, everything needs to scale well with screen resolution size changes. this means, the location, and SIZE must be dynamically calculated by making things relative to the current resolution. this means that thing like height, width, x_position, y_position should all be calculated by something like: x_position = screen.get_width()/2-widthOfElement/2