Thursday, January 26, 2012

Java Game n Stuff

Some  Java stuff I have been working on

Another game based on numbers , aim is to guess a random generated math number of 3, 5 or 6 digit in minimum tries.

Vault Game

A word game, recently played the game with a friend and liked the idea so here is a small implementation of it. Its called Cows n Bulls Aim is to guess a four letter English word.

Cows and Bulls

Study and Implementation of Shortest Path Algorithm in Java. Used linked list and recursive functions for calculation and Java2d framework for painting rectangles.

Shortest Path Algorithm