Showing posts with label cows and bulls. Show all posts
Showing posts with label cows and bulls. Show all posts

Sunday, June 9, 2013

Number Lock Android Game

Launched new game in Android Market.

A small brain puzzle game for android mobile where you have to guess the number based on series of input and feedback. Concept is similar to cow and bull game . Game has three different levels.This is a solo game as of now. Aim is to guess the number in minimal tries. Game supports three difficulty modes




  • Easy 3 words
  • Medium 4 words
  • Hard 5 word
Game on Google Play

Game is developed using jQuery mobile, used the framework to design the UI of the application, processing is handled by javascript. Android app is calling the web page and showing the game. No data is being transferred to-from server.



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