Wednesday, December 21, 2011

Computer Science C++ Project on SNAKE AND LADDER GAME


Description :  This C++ program on SNAKE AND LADDER GAME is a simple text base game.We have used procedure oriented method to design this game. This program is without grahics to keep program simple for beginners. Two players can play this game and the player who cross 100 first is the winner.

In this project, We have used programming concept like switch..case, call by reference, library function like randomize(), random() etc.

CLICK HERE TO DOWNLOAD

Click Here To View

10 comments:

  1. SEND ME SNAKE AND LADDER GAME CODE

    ReplyDelete
    Replies
    1. it can be downloaded using above "CLICK HERE TO DOWNLOAD" hyperlink

      Delete
  2. bt m not able to open the file after downloading.....why is it so?

    ReplyDelete
    Replies
    1. Try This:
      copy the file from downloaded location and paste it in BIN folder
      then launch TC.exe and from there open the file. hopefully it should work.

      Delete
  3. Replies
    1. It is totally Our Pleasure .... Happy to help you ... just tell about us to your other friends and subscribe for more updates

      Delete
  4. what does the randomise(); do? not sure if its a fucntion since its not defined abov

    ReplyDelete
    Replies
    1. Very good question
      randomize() is an inbuilt function which makes the random() function more random,

      So, in other words it will decrease the continuous reputation of same digit in random function.
      I hope you are satisfied with this answer, Keep ansking soubts

      Delete