diff options
author | hollywoodb <hollywoodb@fastmail.fm> | 2010-05-11 14:56:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:56:24 +0200 |
commit | 1b1f9cecb048b3f44008a69e0aa6d40dab6573e0 (patch) | |
tree | f19e16ab893275995eed9a902a2c7e24432b9c8c /libraries/pygame/README | |
parent | c4c982bcfd379d1616b3a5f2ec3f839faa438f2e (diff) | |
download | slackbuilds-1b1f9cecb048b3f44008a69e0aa6d40dab6573e0.tar.gz |
libraries/pygame: Initial import
Diffstat (limited to 'libraries/pygame/README')
-rw-r--r-- | libraries/pygame/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/pygame/README b/libraries/pygame/README new file mode 100644 index 0000000000..3612e2b1ef --- /dev/null +++ b/libraries/pygame/README @@ -0,0 +1,6 @@ +Pygame is a set of Python modules designed for writing games. + +It is written on top of the excellent SDL library. This allows you to create +fully featured games and multimedia programs in the python language. Pygame +is highly portable and runs on nearly every platform and operating system. + |