Python Game Programming By Example

Python Game Programming By Example
Categories: Ebooks
30.99 GBP 36.42 GBP
Buy Now

A pragmatic guide for developing your own games with Python About This BookStrengthen your fundamentals of game programming with Python languageSeven hands-on games to create 2D and 3D games rapidly from scratchIllustrative guide to explore the different GUI libraries for building your gamesWho This Book Is ForIf you have ever wanted to create casual games in Python and you would like to explore various GUI technologies that this language offers, this is the book for you. This title is intended for beginners to Python with little or no knowledge of game development, and it covers step by step how to build seven different games, from the well-known Space Invaders to a classical 3D platformer. What You Will LearnTake advantage of Python’s clean syntax to build games quicklyDiscover distinct frameworks for developing graphical applicationsImplement non-player characters (NPCs) with autonomous and seemingly intelligent behaviorsDesign and code some popular games like Pong and tower defenseCompose maps and levels for your sprite-based games in an easy mannerModularize and apply object-oriented principles during the design of your gamesExploit libraries like Chimpunk2D, cocos2d, and TkinterCreate natural user interfaces (NUIs), using a camera and computer vision algorithms to interpret the player’s real-world actionsIn DetailWith a growing interest in learning to program, game development is an appealing topic for getting started with coding. From geometry to basic Artificial Intelligence algorithms, there are plenty of concepts that can be applied in almost every game. Python is a widely used general-purpose, high-level programming language. It provides constructs intended to enable clear programs on both a small and large scale. It is the third most popular language whose grammatical syntax is not predominantly based on C. Python is also very easy to code and is also highly flexible, which is exactly what is required for game development. The user-friendliness of …