Snake and ladder

From Rosetta Code
Revision as of 09:01, 2 December 2016 by rosettacode>Paulo Jorente (Created page with "{{draft task|Games}} Let us create a [https://en.wikipedia.org/wiki/Snakes_and_Ladders Snakes and Ladders] game where the computer plays against a human player. For a board e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Snake and ladder is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

Let us create a Snakes and Ladders game where the computer plays against a human player.

For a board example you can use this image here: snakes & ledders.

The way you'll represent the board and the players' tokens is totally up to you: graphics or ASCII graphics or even just text.

Happy coding.