From 3548082ae2d408764e35855924d6f3025707e2df Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 8 Jan 2024 08:27:18 +0700 Subject: python/python2-pygame: Added (python2 version of pygame). Signed-off-by: Willy Sudiarto Raharjo --- python/python2-pygame/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python2-pygame/README (limited to 'python/python2-pygame/README') 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. -- cgit v1.2.3