Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liam-middlebrook/math-island
A python game for the OLPC that teaches basic operations
https://github.com/liam-middlebrook/math-island
Last synced: 17 days ago
JSON representation
A python game for the OLPC that teaches basic operations
- Host: GitHub
- URL: https://github.com/liam-middlebrook/math-island
- Owner: liam-middlebrook
- License: mit
- Created: 2014-04-09T20:19:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T21:44:38.000Z (over 10 years ago)
- Last Synced: 2024-05-02T05:53:39.246Z (9 months ago)
- Language: Python
- Size: 7.24 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
math-island
===========A python game for the OLPC that teaches basic operations
##Running Math Island on the OLPC XO
###In the Sugar Desktop Enviornment
1. Open the Terminal Activity
2. Clone this repository `git clone https://github.com/liam-middlebrook/math-island`
3. Move into the math-island directory `cd math-island`
4. Run MathIsland.py `./MathIsland.py`###In the Gnome Desktop Enviornment
1. Open your terminal of choice
2. Clone this repository `git clone https://github.com/liam-middlebrook/math-island`
3. Move into the math-island directory `cd math-island`
4. Run MathIsland.py `./MathIsland.py`##Installing Math Island Into Sugar Activities
1. Open your terminal of choice
2. Clone this repository `git clone https://github.com/liam-middlebrook/math-island`
3. Move into the math-island directory `cd math-island`
4. Run setup.py to generate the pot files `python setup.py genpot`
5. Run setup.py to build the activity `python setup.py build`
6. Run setup.py to link your development directory `python setup.py dev`
7. Run setup.py to distribute the activity onto your XO `python setup.py dist_xo`