Difference between revisions of "PacMath"

From Sugar Labs
Jump to navigation Jump to search
Line 1: Line 1:
 
{{TOCright}}
 
{{TOCright}}
==Description==
+
==Introduction==
 
PacMath is an educational game based off the well known 80's arcade game PacMan.  Using the original game concept PacMath will add fourth grade level math to the fun and exciting game of PacMan in order to make learning fun.  The game will provide the student with different problems and in order to solve the problem correctly the student will have to eat the ghost with the correct answer.
 
PacMath is an educational game based off the well known 80's arcade game PacMan.  Using the original game concept PacMath will add fourth grade level math to the fun and exciting game of PacMan in order to make learning fun.  The game will provide the student with different problems and in order to solve the problem correctly the student will have to eat the ghost with the correct answer.
 +
===Sketch Up===
 +
 +
==Objective==
 +
The objective of this project is to incorporate the teachings of fourth grade mathematics to students through PacMath, a fun, interactive, mathematical game based on the 1980's PacMan.
 +
 +
==Game Elements==
 +
*Sprites
 +
**Names and maybe their picture
  
 
==How It Works==
 
==How It Works==
Line 16: Line 24:
 
**GUI/Prompt for the teacher to input their own questions, saves as an XML (the activity will load the file)
 
**GUI/Prompt for the teacher to input their own questions, saves as an XML (the activity will load the file)
 
**The answer will have a digit limit (thinking 3 digits)
 
**The answer will have a digit limit (thinking 3 digits)
 +
 +
===Features===
 +
 +
===Controls===
  
 
==Code Structure Plan==
 
==Code Structure Plan==
Line 29: Line 41:
 
[[user:Yah3133|Yasser Hernandez]], [[user:Taylor2412|Taylor Plimpton]], [[user:arendon|Abel Rendon Jr]], [[user:dxr4305|Dennis Rodriguez]]
 
[[user:Yah3133|Yasser Hernandez]], [[user:Taylor2412|Taylor Plimpton]], [[user:arendon|Abel Rendon Jr]], [[user:dxr4305|Dennis Rodriguez]]
  
==Sketch Up==
+
 
 +
==Milestones==

Revision as of 13:10, 15 January 2010

Introduction

PacMath is an educational game based off the well known 80's arcade game PacMan. Using the original game concept PacMath will add fourth grade level math to the fun and exciting game of PacMan in order to make learning fun. The game will provide the student with different problems and in order to solve the problem correctly the student will have to eat the ghost with the correct answer.

Sketch Up

Objective

The objective of this project is to incorporate the teachings of fourth grade mathematics to students through PacMath, a fun, interactive, mathematical game based on the 1980's PacMan.

Game Elements

  • Sprites
    • Names and maybe their picture

How It Works

  • One Player
  • Board Setup like the Original PacMan (one Maze to start off)
  • If the player eats a Power Pellet (4 per level)
    • Question Appears (4 per level -> 1 per Power Pellet)
    • After the four Power Pellets have been eaten and answer correctly a new 'level' (so to speak) begins
    • Player has to eat the Ghost with the correct answer (answers will be displayed on the ghosts throughout the entire 'level'
    • If the player eats the wrong answer they DIE!!!
    • If the player eats 100 (may change) regular pellets they gain a life
  • Questions
    • Some default ones to start off with (come with the activity)
    • GUI/Prompt for the teacher to input their own questions, saves as an XML (the activity will load the file)
    • The answer will have a digit limit (thinking 3 digits)

Features

Controls

Code Structure Plan

  • Questions (default question list provided)
  • Maze (single maze to start)
  • Player
  • Ghost
  • Game (control)
  • Activity (main)
  • Setup (for loading on the XO)

Group Members

Yasser Hernandez, Taylor Plimpton, Abel Rendon Jr, Dennis Rodriguez


Milestones