aboutsummaryrefslogtreecommitdiff
path: root/python/python2-pygame/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <dslackw@gmail.com>2024-01-08 08:27:18 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-08 11:48:51 +0700
commit3548082ae2d408764e35855924d6f3025707e2df (patch)
treecd0b7e0089f309c13d53967a010d46460f3de096 /python/python2-pygame/README
parent311e0b6ab4b517883f3bfeb3d7bbc4f5befafdf4 (diff)
python/python2-pygame: Added (python2 version of pygame).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pygame/README')
-rw-r--r--python/python2-pygame/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python2-pygame/README b/python/python2-pygame/README
new file mode 100644
index 0000000000..d99665afd6
--- /dev/null
+++ b/python/python2-pygame/README
@@ -0,0 +1,5 @@
+Pygame is a free and open-source cross-platform library for the
+development of multimedia applications like video games using
+Python. It uses the Simple DirectMedia Layer library and several
+other popular libraries to abstract the most common functions,
+making writing these programs a more intuitive task.