renamed games folder to entries folder (also contained frameworks, libraries, ...) and added to the backlog

This commit is contained in:
Trilarion
2019-09-20 14:47:35 +02:00
parent e682f975ad
commit d67e0db0cc
1083 changed files with 1369 additions and 1078 deletions

15
entries/pygame.md Normal file
View File

@ -0,0 +1,15 @@
# pygame
_Library for making multimedia applications like games built on top of the excellent SDL library._
- Home: http://www.pygame.org/hifi.html
- Media: https://en.wikipedia.org/wiki/Pygame
- State: mature
- Download: http://www.pygame.org/download.shtml
- Keywords: framework
- Code repository: https://github.com/pygame/pygame.git (mirror), https://bitbucket.org/pygame/pygame/src (hg)
- Code language: C, Python
- Code license: LGPL-2.1
## Building