aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pygame/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <dslackw@gmail.com>2024-01-08 08:27:31 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-08 11:49:44 +0700
commitadb0a547da2a261d7a56a0c5de61885c03ed2399 (patch)
treed63bfdc74832c9ac23cd284866024b3992ff636e /python/python3-pygame/README
parent3548082ae2d408764e35855924d6f3025707e2df (diff)
python/python3-pygame: Added (python3 version of pygame).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pygame/README')
-rw-r--r--python/python3-pygame/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-pygame/README b/python/python3-pygame/README
new file mode 100644
index 0000000000..d99665afd6
--- /dev/null
+++ b/python/python3-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.