Welcome to the world of progamming


I am atul anand (software engineer ) , who love coding and developing fun applications.
Here are some cool application i made which will motivate you guys to create one of your own.
Enjoy and keep learning.


Sunday, September 21, 2014

Tic Tac Toe with artificial intelligence

Hello coders ,
  I have developed Tic Tac Toe game using min-max algorithm with alpha-beta pruning.

I openly challenging you that you cannot win against computer . He is toooo smart ;) ;) .

Please find below link for the code :-
http://ideone.com/2Ncium

P.S: Do not use ideone.com to run the application , as you have to give input at run time hence will give some errors. Please execute code on your local system.

 
Keep Learning and keep enjoying :)

Algorithm tutorial

Hello all,
  please find below awesome algorithm tutorial website.

http://www.topcoder.com/tc?d1=tutorials&d2=alg_index&module=Static

Sunday, July 10, 2011

Jtalk

Hello friends,

This is one of my personal project. I have made my own version of gtalk and named it as Jtalk :) :) :) .
As you all know google doesn't provide gtalk for linus O.S , so i thought why not make one on my own.
Just download source code from the link below and read readme.txt . Everything is given in detail .........

Here is the download link :

http://www.4shared.com/file/-o1KkdvO/Jtalk.html

Here are the snapshots :-







Enjoy chatting :) :)
Have fun

peace :)

Saturday, July 9, 2011

Snake Game

Its time to have some fun .  Its play time :) :) ...did lot of boring stuff and wanna freshen up.
Here is the snake game for you.

Awesome thing about this game is that it is client / server based . You can run server on one system and play game on another system . If server is paused , game will pause and whenever server is restarted then it will resume from the same state where it was left before.

It maintains top 5 game score in the database . If you don't know how to configure database with Jdbc Odbc driver .... no worries . Download the zip file and read readme.txt , everything is explained.

Here is the download link :


http://www.4shared.com/file/GwGIiR1N/atsnake.html

Here are the snaphots:

                                          Client snapshot




Server snapshot



Play hard :) :)
Enjoy :) :)

Peace :)

Friday, June 24, 2011

Calculator

I made this simple calculator when i was learning java . So may be it doesn't follow strict OOPS concepts . This code will help java learner to understand basics of swings and awt packages.

source code download link :


Here is the snapshot :-




To run this program write

->java calc 

on your command prompt  

Enjoy :) :)

Peace :)