News

An educational game to learn coding in the Java programming language. Compile real code to solve puzzles while working through an RPG style game.
Because many computer games (such as Tetris) are based on puzzles, this installment of Java Fun and Games introduces you to a single puzzle-based computer game implemented as a Swing-based applet ...
Maximizing code reuse in your Java programs means writing code that is easy to read, understand, and maintain. Here are eight ways to get started.