Add Game Development section

This commit is contained in:
Ellison Leão 2014-06-30 13:57:49 -03:00
parent 13fd9a39b1
commit 956885ad2a
1 changed files with 11 additions and 0 deletions

View File

@ -43,6 +43,7 @@ so you need Python.
- [Admin Panels](#admin-panels)
- [DevOps Tools](#devops-tools)
- [GUI](#gui)
- [Game Development](#game-development)
- [Logging](#logging)
- [Testing](#testing)
- [Code Analysis and Linter](#code-analysis-and-linter)
@ -410,6 +411,16 @@ portals with high-traffic.
* [wxPython](http://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python.
* [kivy](http://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
## Game Development
*Awesome game development libraries.*
* [Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules
designed for writing games.
* [Cocos2d](http://cocos2d.org/) - cocos2d is a framework for building 2D
games, demos, and other graphical/interactive applications. It is based on
pyglet.
## Logging
*Libraries for generating and working with log files.*