backlinks to this page:
Github:
This page serves as a not very ordered list of useful links to useful or interesting websites (focus on game-programming).
url | description | tags |
---|---|---|
http://www.python.org | the official Python website, with documentation, download links, wiki and more. | |
http://www.pygame.orgpython-pygame | The official pygame website. Pygame is a 3rd-party-module for Python and is not shipped together with Python. Pygame is a port of the SDL Lib to python | |
http://easygui.sourceforge.net/ | The Easygui homepage. Easygui is a Tkinter-based module for python to allow simple message boxes and dialog boxes. Easygui is not shipped togehter with python. |