Python Math: Difference between revisions
| (12 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{TOCright}} | |||
{{:Python Math/status}} | |||
[[File:Png2.png|500px|Current version]] | |||
== <big>Python Math</big> == | == <big>Python Math</big> == | ||
Python Math - Adder’s Garden Adventure is a Snake-like puzzle game meant to teach first grade level math concepts, as defined by the New York State math curriculum, to children. | Python Math - Adder’s Garden Adventure is a Snake-like puzzle game meant to teach first grade level math concepts, as defined by the New York State math curriculum, to children. | ||
===<big>Puzzles</big>=== | ===<big>Puzzles</big>=== | ||
----------------------------------- | |||
=====Base Implementation===== | =====Base Implementation===== | ||
| Line 11: | Line 15: | ||
=====Requirements===== | =====Requirements===== | ||
Python Math will at base follow the New York State math curriculum for first grade students. Puzzles will teach concepts involving addition and subtraction for numbers from one through twenty. | Python Math will at base follow the New York State and Massachusetts math curriculum for first grade students (Section 1.OA). Puzzles will teach concepts involving addition and subtraction for numbers from one through twenty. | ||
=====Standards===== | =====Standards===== | ||
| Line 18: | Line 22: | ||
====Addition==== | ====Addition==== | ||
The snake will start off smaller than required to go through the exit gate. The Player will have to use the level's addition gates to increase in size until the required number is reached and they can exit the level. | |||
====Subtraction==== | ====Subtraction==== | ||
The Snake will start off larger than required to go through the exit gate. The Player will have to use the subtraction gates to decrease in size until the require number is reached and they can exit the level. | |||
===<big>Mechanics</big>=== | ===<big>Mechanics</big>=== | ||
------------------------------- | |||
====General Mechanics==== | ====General Mechanics==== | ||
| Line 54: | Line 61: | ||
===<big>Menu</big>=== | ===<big>Menu</big>=== | ||
---------------------------- | |||
====General Design==== | ====General Design==== | ||
| Line 80: | Line 88: | ||
===<big>Aesthetics</big>=== | ===<big>Aesthetics</big>=== | ||
-------------------------------- | |||
====General Aesthetic==== | ====General Aesthetic==== | ||
| Line 104: | Line 113: | ||
Level assets are very simple objects that would be found in a garden such as bushes, creating a hedge maze of sorts. These would be mostly darker shades of green and brown. There is little required as these are mostly backdrop elements. | Level assets are very simple objects that would be found in a garden such as bushes, creating a hedge maze of sorts. These would be mostly darker shades of green and brown. There is little required as these are mostly backdrop elements. | ||
-------------------------------- | |||
===<big>License</big>=== | |||
This project is open source licensed under the MIT License: http://opensource.org/licenses/MIT | |||
===<big>To-Do</big>=== | |||
Please see the project's issue tracker for all outstanding bugs and/or milestones: https://github.com/danShumway/python_math/issues?page=1&state=open | |||
=== <big>Fork us on Github</big> === | === <big>Fork us on Github</big> === | ||
* <big>https://github.com/danShumway/python_math</big> | * <big>https://github.com/danShumway/python_math</big> | ||
=== <big>Contact Us and Get Involved</big> === | === <big>Contact Us and Get Involved</big> === | ||
* <big>shumway.danny@gmail.com</big> | * <big>shumway.danny@gmail.com</big> | ||
* <big>crewofthearcadia@gmail.com</big> | |||
* <big>bke2759@rit.edu</big> | |||
* <big>michaeltubinis@gmail.com</big> | |||
----------------------- | ----------------------- | ||