
Introduction to Java Through Game Development
Learn Java Programming Skills by Working with Video Games
Victor G. Brusca(Author)
APress
Published on 25. November 2022
Book
Paperback/Softback
XIII, 248 pages
978-1-4842-8950-1 (ISBN)
Description
Interested in learning how to program with Java? Let's face it, the best way to learn to program is by writing programs. This can be a daunting proposition with the specter of hours of simple command line example programs hanging over your head. Fear not! Now you can learn to program in Java in a fun way by working on video games.
With this book, you'll get to work with three Java game projects and have access to the complete game code for each project, including a full Java game engine. After completing Introduction to Java through Game Developmen t, you'll be proficient in Java programming, having worked with the language's fundamental aspects throughout the text, and will be ready to further your Java and game programming expertise with confidence.
What You'll
Who This Book Is For
This book requires little to no programming experience to understand and benefit from the text.
With this book, you'll get to work with three Java game projects and have access to the complete game code for each project, including a full Java game engine. After completing Introduction to Java through Game Developmen t, you'll be proficient in Java programming, having worked with the language's fundamental aspects throughout the text, and will be ready to further your Java and game programming expertise with confidence.
What You'll
- Master the fundamentals of the Java programming language
- Use different data structures like arrays, lists, stacks, and queues
- Understand game programming basics including the main game loop
- Gain experience working with three different game projects via the book's coding challenges
- Work with the 2D game engine that powers the book's included games and learn to create your own new game projects
- Understand advanced Java topics like classes, encapsulation, inheritance, and polymorphism
- Work with exceptions and how to use debugging techniques to trace through code
- Sharpen your skills with over a dozen coding challenges that test your abilities with a development task on a real game project
Who This Book Is For
This book requires little to no programming experience to understand and benefit from the text.
More details
Edition
First Edition
Language
English
Place of publication
Berkeley
United States
Target group
Professional and scholarly
Illustrations
1 s/w Abbildung, 41 farbige Abbildungen
XIII, 248 p. 42 illus., 41 illus. in color.
Dimensions
Height: 254 mm
Width: 178 mm
Thickness: 15 mm
Weight
503 gr
ISBN-13
978-1-4842-8950-1 (9781484289501)
DOI
10.1007/978-1-4842-8951-8
Schweitzer Classification
Other editions
Additional editions

Victor G. Brusca
Introduction to Java Through Game Development
Learn Java Programming Skills by Working with Video Games
E-Book
11/2022
APress
€46.99
Available for download
Person
Victor Brusca
is an experienced software developer specializing in building cross-platform applications and APIs. He regards himself as a self-starter with a keen eye for detail, an obsessive protection of systems/data, and a desire to write well-documented, well-encapsulated code. With over 14 years' software development experience, he has been involved in game and game engine projects on J2ME, T-Mobile SideKick, WebOS, Windows Phone, Xbox 360, Android, iOS, and web platforms.
Content
Chapter 1: Introduction.- Chapter 2: What is Java Programming.- Chapter 3: Variables.- Chapter 4: Expressions and Operators, Flow Control, and More on Variables.- Chapter 5: More Data Structures.- Chapter 6: Looping and Iteration.- Chapter 7: Objects, Classes, and OOP.- Chapter 8: Encapsulation, Inheritance, and Polymorphism.- Chapter 9: Debugging Techniques.- Chapter 10: Conclusion.