Aalaizah / AngleGators

A python game for the XO laptops to teach angle measurements
GNU General Public License v3.0
5 stars 2 forks source link

AngleGators

This file was generated by sugar-quickstart

Setting up a Machine for Development

Requires Pygame, which is easiest to set up on Linux

To install on Linux, run sudo apt-get python-pygame

Running on a Development Machine

./angle_gators.py

Prerequisites - Run these on the XO

./setup.py genpot ./setup.py build

Deploying

On the XO

./setup.py install

On another computer

If you want to distribute the game onto an XOPC

./setup.py dist_xo

If you want to distribute the game onto a regular computer

./setup.py dist