Changes

Jump to navigation Jump to search
1,946 bytes added ,  15:19, 20 May 2014
Description of Math Island, an educational game for the OLPC.
{{
Template:RIT_Status_Block
|color=green
|status=Active
|status_text= Active as of Mat 2014
|group_list=Derek Gonyeo, Matt Soucy, Dylan Ayrey, Liam Middlebrook
|desc=An educational game that teaches fractions with various puzzles
}}
===Description===
Math Island is an educational game, where players play as a robot to find a way off of an island. The robot's fuel tank is represented in fractions, and fractions of a whole tank's worth of fuel can be picked up at points in the level.

===Current Status===
* The game can currently be run on Linux if pygame is installed
* The game can be installed and run on an OLPC

===To Do===
* Finish UI
* Make interesting and challenging levels
* Make a menu system
* Finish art work

===License===
The game is licensed under the MIT license, available [https://github.com/liam-middlebrook/math-island/blob/master/LICENSE.txt here].

===Resources and Links===
Repository - https://github.com/liam-middlebrook/math-island

===Contributors===
* Derek Gonyeo - https://github.com/dgonyeo
* Liam Middlebrook - https://github.com/liam-middlebrook
* Dylan Ayrey - https://github.com/dxa4481
* Matt Soucy - https://github.com/msoucy

== Overview ==
On Math Island, the user plays as a robot that has been stranded on an island. The robot has a limited amount of fuel, and there's a point on the island where it can escape. The player must navigate the robot past various obstacles to reach the end without running out of fuel. The robot's current fuel level and extra fuel tanks that the user can find are represented in fractions of a full fuel tank, and it costs a fraction of a fuel tank to move over terrain. Different types of terrain have different costs.
The goal of the game is to teach fractions at the level of a fourth grader, as defined by New York State. Players will need to calculate the cost of fuel to move across to a location, and calculate how much fuel they will gain by picking up a tank.

Navigation menu