Cargando…

Python game programming by example : a pragmatic guide for developing your own games with Python /

A pragmatic guide for developing your own games with Python About This Book Strengthen your fundamentals of game programming with Python language Seven hands-on games to create 2D and 3D games rapidly from scratch Illustrative guide to explore the different GUI libraries for building your games Who...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Rodas de Paz, Alejandro (Autor), Howse, Joseph (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn926046004
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 151022s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d N$T  |d IDEBK  |d OCLCF  |d TEFOD  |d YDXCP  |d COO  |d EBLCP  |d VT2  |d NLE  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d CEF  |d OCLCQ  |d WYU  |d UAB  |d AU@  |d OCLCQ  |d AJS  |d OCLCO  |d OCLCQ  |d OCL  |d QGK  |d OCLCO 
019 |a 922700448  |a 922917607  |a 935250375  |a 958945579  |a 1259111518 
020 |a 9781785283918  |q (electronic bk.) 
020 |a 178528391X  |q (electronic bk.) 
020 |z 9781785281532 
020 |z 1785281534 
029 1 |a AU@  |b 000056990961 
029 1 |a CHNEW  |b 000893928 
029 1 |a CHVBK  |b 374530858 
029 1 |a DEBBG  |b BV043627584 
029 1 |a GBVCP  |b 897168860 
035 |a (OCoLC)926046004  |z (OCoLC)922700448  |z (OCoLC)922917607  |z (OCoLC)935250375  |z (OCoLC)958945579  |z (OCoLC)1259111518 
037 |a CL0500000662  |b Safari Books Online 
037 |a 1C97ADB0-5D16-4411-ABB4-ABB527CABA84  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.P98  |b R63 2015eb 
072 7 |a COM  |x 051010  |2 bisacsh 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Rodas de Paz, Alejandro,  |e author. 
245 1 0 |a Python game programming by example :  |b a pragmatic guide for developing your own games with Python /  |c Alejandro Rodas de Paz, Joseph Howse. 
246 3 0 |a Pragmatic guide for developing your own games with Python 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from cover page (Safari, viewed October 20, 2015). 
500 |a Includes index. 
505 0 |a Cover ; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Hello, Pong!; Installing Python; An overview of Breakout; The basic GUI layout; Diving into the Canvas widget; Basic game objects; The Ball class; The Paddle class; The Brick class; Adding the Breakout items; Movement and collisions; Starting the game; Playing Breakout; Summary; Chapter 2: Cocos Invaders; Installing cocos2d; Getting started with cocos2d; Handling user input; Updating the scene; Processing collisions; Creating game assets; Space Invaders design. 
505 8 |a The PlayerCannon and GameLayer classesInvaders!; Shoot'em up!; Adding an HUD; Extra feature -- the mystery ship; Summary; Chapter 3: Building a Tower Defense Game; The tower defense gameplay; Cocos2d actions; Interval actions; Instant actions; Combining actions; Custom actions; Adding a main menu; Tile maps; Tiled Map Editor; Loading tiles; The scenario definition; The Scenario class; Transitions between scenes; Game over cut scene; The tower defense actors; Turrets and slots; Enemies; Bunker; Game scene; The HUD class; Assembling the scene; Summary; Chapter 4: Steering Behaviors. 
505 8 |a NumPy installationThe ParticleSystem class; A quick demonstration; Implementing steering behaviors; Seek and flee; Arrival; Pursuit and evade; Wander; Obstacle avoidance; Gravitation game; Basic game objects; Planets and pickups; Player and enemies; Explosions; The game layer; Summary; Chapter 5: Pygame and 3D; Installing packages; Getting started with OpenGL; Initializing the window; Drawing shapes; Running the demo; Refactoring our OpenGL program; Processing the user input; Adding the Pygame library; Pygame 101; Pygame integration; Drawing with OpenGL; The Cube class; Enabling face culling. 
505 8 |a Basic collision detection gameSummary; Chapter 6: PyPlatformer; An introduction to game design; Level design; Platformer skills; Component-based game engines; Introducing Pymunk; Building a game framework; Adding physics; Renderable components; The Camera component; The InputManager module; The Game class; Developing PyPlatformer; Creating the platforms; Adding pickups; Shooting!; The Player class and its components; The PyPlatformer class; Summary; Chapter 7: Augmenting a Board Game with Computer Vision; Planning the Checkers application; Setting up OpenCV and other dependencies; Windows. 
505 8 |a MacDebian and its derivatives, including Raspbian, Ubuntu, and Linux Mint; Fedora and its derivatives, including RHEL and CentOS; OpenSUSE and its derivatives; Supporting multiple versions of OpenCV; Configuring cameras; Working with colors; Building the analyzer; Providing access to the images and classification results; Providing access to parameters for the user to configure; Initializing the entire model of the game; Updating the entire model of the game; Capturing and converting an image; Detecting the board's corners and tracking their motion. 
520 |a A pragmatic guide for developing your own games with Python About This Book Strengthen your fundamentals of game programming with Python language Seven hands-on games to create 2D and 3D games rapidly from scratch Illustrative guide to explore the different GUI libraries for building your games Who This Book Is For If 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 Learn Take advantage of Python's clean syntax to build games quickly Discover distinct frameworks for developing graphical applications Implement non-player characters (NPCs) with autonomous and seemingly intelligent behaviors Design and code some popular games like Pong and tower defense Compose maps and levels for your sprite-based games in an easy manner Modularize and apply object-oriented principles during the design of your games Exploit libraries like Chimpunk2D, cocos2d, and Tkinter Create natural user interfaces (NUIs), using a camera and computer vision algorithms to interpret the player's real-world actions In Detail With 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 this language allows beginners to code games without too much effort or training. Python also works with very little code and in most cases uses the "use cases" approach, reserving lengthy explicit coding for outliers and exceptions, making game development an achievable feat. Python Game Programming by Example enables readers to develop cool and popular games in Python without having in-depth programming knowledge of Python. The book includes seven hands-on projects develo... 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Python (Computer program language) 
650 0 |a Video games  |x Programming. 
650 6 |a Python (Langage de programmation) 
650 6 |a Jeux vidéo  |x Programmation. 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a Video games  |x Programming  |2 fast 
650 7 |a Python (Computer program language)  |2 fast 
700 1 |a Howse, Joseph,  |e author. 
776 0 8 |i Print version:  |a Alejandro Rodas de Paz, Joseph Howse.  |t Python Game Programming By Example.  |d Birmingham : Packt Publishing Ltd, ©2015  |z 9781785281532 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785281532/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4191258 
938 |a EBSCOhost  |b EBSC  |n 1074167 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis32798009 
938 |a YBP Library Services  |b YANK  |n 12624122 
994 |a 92  |b IZTAP