danShumway / python_math

A puzzle game designed to teach early math concepts about addition, subtraction, and order of operation.
MIT License
6 stars 2 forks source link

Levels #3

Closed danShumway closed 10 years ago

danShumway commented 10 years ago

These will be tile-based. There should be some type of trigger based system for gates and level endings. players move tile by tile (they can't be between tiles), so movement/collision detection shouldn't be too much of a problem.