summaryrefslogtreecommitdiffstats
path: root/python/pygame/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pygame/README')
-rw-r--r--python/pygame/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pygame/README b/python/pygame/README
new file mode 100644
index 0000000000..8e7cbc387a
--- /dev/null
+++ b/python/pygame/README
@@ -0,0 +1,5 @@
+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.