Learning Java Through Games
β Scribed by Lubomir Stanchev
- Publisher
- CRC Press
- Year
- 2013
- Tongue
- English
- Leaves
- 383
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Learning Java Through Games teaches students how to use the different features of the Java language as well as how to program. Suitable for self-study or as part of a two-course introduction to programming, the book covers as much material as possible from the latest Java standard while requiring no previous programming experience.
Taking an application-motivated approach, the text presents an abundance of games. Students must read through the whole chapter to understand all the features that are needed to implement the game. Most chapters start with a description of a game and then introduce different Java constructs for implementing the features of the game on need-to-use bases.
The text teaches students not only how to write code that works but also how to follow good software practices. All sample programs in the text strive to achieve low cohesion and high couplingβthe hallmarks of well-designed code. Many programs are refactored multiple times to achieve code that is easy to understand, reuse, and maintain.
The first part of the book covers basic programming techniques, such as conditional statements, loops, methods, arrays, and classes. The second part focuses on more advanced topics, including class inheritance, recursions, sorting algorithms, GUI programming, exception handling, files, and applets.
π SIMILAR VOLUMES
<span>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 i
<span>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 i
Developing innovative teaching approaches have been one of the important topics in developing computer science curriculum. An innovative teaching approach has two important aspects. One is that the teaching method should be able to let students see the effects of their programming efforts immedia
Developing innovative teaching approaches have been one of the important topics in developing computer science curriculum. An innovative teaching approach has two important aspects. One is that the teaching method should be able to let students see the effects of their programming efforts immedia