GithubHelp home page GithubHelp logo

snakes-ladders's Introduction

Problem Description:
So we have an array of rows & columns. Each is a position in a game. The position of snake and ladder should be randomized at the beginning of the game.
It should be a multiplayer game. Each player rolls a die, gets a number, starts from position 1 and proceeds. If encountered a snake , he retreats to the position of the snake tail. The vice versa for ladder (where ladder is a short cut for moving upwards).
The player who reaches the destination first is the winner.


Assumption:
1. Board is square sized
2. No need to roll exact number to win (reach final position). for ex. player is in 97 th position. he can put any number between 3 - 6 to win.
3. Snake and ladder cant be positioned in 1st and last position.
4. No two connecting points share a single cell. (Connecting point means, I consider snakes and ladders are connectors between two cells. So each snake/ladder has two connecting points - start cell and end cell)
5. A single cell can be mapped to multiple players.

Note : 
GameHost is the mainclass that prgram starts
Each Class has its responsibilities at its top

snakes-ladders's People

Contributors

rajbharath avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.