Showing posts with label word. Show all posts
Showing posts with label word. Show all posts

Sunday, September 30, 2012

Word Game

Number Lock Word Game

Developed a new word game. Its similar to cow and bull where you have to guess a number based on feedback on your position and correctness. Game is developed in HTML5, CSS  and Createjs technology. 

All graphics design done by me as well using inkscape. Game is playable without any installation required directly off of net. Click link below to play. 




Screenshot


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