Название: Creating Video Games using PyGame: With Step by Step Examples
Автор: Mike Gold
Издательство: Leanpub
Год: 2023-05-02
Страниц: 144
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB
Unlock your game development potential with Creating Video Games using PyGame! Build 3 unique 2D games from scratch with Python and Pygame. Beginner-friendly with advanced concepts, clear explanations, and engaging examples. Start creating your own games today! Creating Video Games using PyGame is a comprehensive guide to building exciting 2D games using the powerful Pygame library in Python. This book is designed to take you on a journey from the very basics of Python to advanced concepts required for game development. Python is an interpreted language, which makes it easier to get started with than other languages such as C or Java. It is also dynamically typed, meaning you don’t need to declare a type when creating a variable. This makes the language more expressive and can reduce the complexity of some applications. Python is also highly extensible, which means that it can be extended with existing libraries and new modules written in C, C++, or other languages. Additionally, Python’s syntax is relatively simple and easy to learn.