Introduction to Python, Curses and PyGames
- http://www.balloonbuilding.com/index.php?chapter=example_code
- http://pygame.org/tags/example
- http://www.pygame.org/docs/ref/examples.html
Only for Windows users!
Here is a short script for starting python scripts from anywhere.
set PATH=%PATH%;D:\Folder\other\python
start
Replace D:\Folder\other\python
with your absolute path to python.
Without adding python to your Windows PATH enviroment, you have to run scripts with absolute paths.
python.exe D:\code\main.py
D:\Folder\other\python\python.exe main.py