Sunday, May 17, 2009

8-Puzzle

The 8 puzzle is a simple game which consists of eigth sliding tiles, numbered by digits from 1 to 8, placed in a 3x3 squared board of nine cells. One of the cells is always empty, and any adjacent (horizontally and vertically) tile can be moved into the empty cell. The objective of the game is to start from an initial configuration and end up in a configuration which the tiles are placed in ascending number order....

Simple Chat Program with Java

This is a basic chat program that only sends message from server to client (and vice verca). In order to run this simple chat program run Server.jar file at first and than run Client.jar file. Those files are in Chat/dist/ direction. Please read the readme.txt file before running the chat program.

Simple Paint Program with Java

This is a simple paint program implemented with Java. User can simply draw a line, circle or polygon using this program. According to the given rates, user can also scale, rotate or translate the graphic drawed to the paint panel. Download link will come soon...

Addicted Dog