HFCoder
game programming with python
1. install python
- windows 32bit: http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi
- windows 64bit: http://www.python.org
- linux: python 2.6 ready installed (if not download it at www.python.org)
- mac: http://www.python.org/
2. install pygame
3. run code
- windows: double click icon
- linux: use command line: python filename.py
- mac users have no help for this



