Wednesday, December 29, 2010

Source Creator: Source Creator: Checkers Game

Source Creator: Source Creator: Checkers Game: "Source Creator: Checkers Game: 'Game development is really interesting field. I started to develop Checkers Game project as part of AI cours..."

Saturday, August 7, 2010

Source Creator: Checkers Game

Source Creator: Checkers Game: "Game development is really interesting field. I started to develop Checkers Game project as part of AI course in my Master's Degree. Basical..."

Sunday, December 7, 2008

Checkers Game

Game development is really interesting field. I started to develop Checkers Game project as part of AI course in my Master's Degree. Basically I started this project with very simple gaming capabilities then finally developed to more advance level. AI technique was used to handle computer opponent and alpha beta pruning used for the game tree that help to achieve fast processing level for the computer opponent. Java was used as the programing language.



C#
Free Download Checkers Game .exe

Free Download Checkers Game SRC

Java
Free Download Checkers Game .jar

Free Download Checkers Game SRC

Friday, November 21, 2008

Sudoku Puzzle

What is Sudoku?
Sudoku is a Number Puzzle.It is based upon Japanese style crosswords where you are required to use logic to place numbers onto a 9x9 grid.

Rules
To solve the puzzle you must make sure that every column, row and 3x3 box contains the numbers 1 through to 9.
Almost all of the puzzles can be solved using logic alone and there is no need to guess.People have developed a range of methods and tactics in order to solve the puzzles.

So I developed program to solve Sudoku puzzle. Puzzle solving algorithm contain Cross-hatching and back tracking technique.



C#
Free Download Sudoku Puzzle .exe

Free Download Sudoku Puzzle SRC

Java
Free Download Sudoku Puzzle .jar

Free Download Sudoku Puzzle SRC

Expense Tracking System

This project is dedicated for the course of “Software Architecture” given in my Masters’ Degree course and aimed students to practice and gain hands on software architecture experience. During the course students are given functional and non functional requirements and asked to complete the project as a team.
The main scenario of the project is to track independent user’s expenditure and generate monthly, filtered and categorical report.

Download Project Document (pdf)

Download Project SRC