From 7a2ae44353f9d8a0c89b721bd2475de6d6e3a6d7 Mon Sep 17 00:00:00 2001 From: clydeax <44319352+clydeax@users.noreply.github.com> Date: Sat, 8 Dec 2018 09:28:11 +0300 Subject: [PATCH] Add an information about games built (#24327) * Add an information about games built Games built with pygame * Added list formatting --- guide/english/game-development/pygame/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guide/english/game-development/pygame/index.md b/guide/english/game-development/pygame/index.md index 9ee82d8bc1..c8c1b17d37 100644 --- a/guide/english/game-development/pygame/index.md +++ b/guide/english/game-development/pygame/index.md @@ -7,11 +7,19 @@ title: Pygame Pygame is an open source, cross platform Python library used for game development, written by Pete Shinners. The Pygame documentation and more information can be found on their website at https://pygame.org. + ### Overview The project started in the year 2000 as a result of the death of PySDL. The Pygame library version 1.0 was released after six months development in April of 2001. +### Games Built with Pygame + +- Too Many Troopers +- Vectorpods 2 +- QANAT + + * [Pygame Official Website](https://www.pygame.org) ### Tutorials