Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Do-It-Yourself Multiplayer Java Games: An Introduction to Java Sockets and Internet-Based Games

Posted By: AlenMiler
Do-It-Yourself Multiplayer Java Games: An Introduction to Java Sockets and Internet-Based Games

Do-It-Yourself Multiplayer Java Games: An Introduction to Java Sockets and Internet-Based Games (Do-It-Yourself Java Games Book 4) by Annette Godtland
English | August 12, 2018 | ISBN: B07GDJZD7P | 1078 pages | EPUB | 1.55 Mb

Do-It-Yourself Multiplayer Java Games: An Introduction to Java Sockets and Internet-Based Games is the fourth book of the Do-It-Yourself Java Games series. The previous books introduced games you could play by yourself or against the computer. This book will teach you to use Java sockets and TCP/IP to create games to play with your friends within a home network or over the internet. You'll learn to create games for any number of players, games that will pair up any two players, and games that restrict who is allowed to play. This book will guide you to create seven complete games: a turn-based strategy game, a timed competition, a continuous motion game, a fast-paced action game, and more.

This book assumes you already have strong Java programming skills. This book assumes you either have experience creating event-driven user interfaces with Java Swing or you have read the second book, More Do-It-Yourself Java Games: An Introduction to Java Graphics and Event-Driven Programming. This book also assumes you either have experience with Java Threads and abstract classes or that you have read the third book, Advanced Do-It-Yourself Java Games: An Introduction to Java Threads and Animated Video Games.

The Do-It-Yourself Java Games series of books uses a unique "discovery learning" approach to teach computer programming: learn Java programming techniques more by doing Java programming than by reading about them. Through extensive use of fill-in blanks, with easy one-click access to answers, you will be guided to write complete programs yourself, starting with the first lesson. You'll create puzzle and game programs and discover how, when, and why Java programs are written the way they are.