
Free Java Book
by Daniel L. Schuster
Publisher: Western State College 2011
Number of pages: 141
Description:
Enter the ACM Java libary. This library made it possible to teach simple graphics and arcade game programming to students with no prior programming experience. But the students are still learning real coding and real Java.
This document is no more available for free.
Similar books
Killer Game Programming in Javaby Andrew Davison - O'Reilly Media
This book is for people who already know the basics of Java. It teaches reusable techniques which can be pieced together to make lots of games. For example, how to make a particle system, first-person keyboard controls, a terrain follower, etc.
(24271 views)
Building Java Programsby Stuart Reges, Marty Stepp - Pearson
The author introduces programming fundamentals first, with new syntax and concepts added over multiple chapters, and object-oriented programming discussed only once readers have developed a basic understanding of Java programming.
(22847 views)
Pro Java 6 3D Game Developmentby Andrew Davison - Apress
Pro Java 6 3D Game Development explains how to program 3D games in Java on a PC, with an emphasis on the construction of 3D landscapes. The author assumes you have a reasonable knowledge of Java, the sort of thing picked up in a first Java course.
(22099 views)
Getting Started with the Java 3D APIby Dennis J. Bouvier - Sun Microsystems, Inc.
The Java 3D API is a hierarchy of Java classes for a sophisticated three-dimensional graphics and sound rendering system. This tutorial introduces the main concepts of the Java 3D API, including many code samples, examples, and diagrams.
(20818 views)