This is a text-based snake and ladder game .

Overview
WELCOME TO SNAKE AND LADDER GAME 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

VERSION 1.0.0

This is a text-based snake and ladder game .
Read this text file and enjoy the game .


DEVELOPERS :
~~~~~~~~~~~
1.AKSHAI KRISHNA


RULES OF THE GAME:
~~~~~~~~~~~~~~~~~~

1.INITIALLY BOTH THE PLAYERS ARE OUT OF THE BOARD.
TO ENTER THE STARTING POINT, THAT IS ,1 , YOU NEED TO GET 1 IN THE DIE INITIALLY.
2.MOVE FORWARD THE NUMBER OF SPACES SHOWN ON THE DICE.
3.IF YOU LAND ON THE HEAD ON THE SNAKE, YOU MUST SLIDE DOWN TO THE TAIL OF THE SNAKE.
4.IF YOU LAND AT BOTTOM OF A LADDER, YOU CAN MOVE UP THE TOP OF THE LADDER.
5.THE ONE WHO REACHES 100 FIRST IS THE WINNER.
6.HIT ENTER TO ROLL THE DICE.

NOTE : AN IMAGE OF THE BOARD IS GIVEN FOR YOU FOR REFERENCE.



RESOURES USED FOR DEVELPOING THE GAME:
_____________________________________

1.PYTHON 3.6.0
2.SQLite Version 3.27.2


SYSTEM REQUIERMENTS:
___________________

1.RAM                : 2 GB 
2.GRAPHICS CARD      : NOT REQUIERD
3.PROCESSOR          : x86 64-bit (Intel/AMD architecture)
4.GAME_SPACE_IN_DISK : 63.1 MB (INCLUDING RESOURCES)
5.WINDOWS            : XP,7,8,8.1 and 10


LICENSE:
_______

This project is an open-source .
Further developments may or maynot be done by the developers .
Happy to recieve changes and feedbacks from the users .


AUTHORS AND ACKNOWLEDGMENT:
__________________________

A HUGE THANKS FOR OUR COMPUTER TEACHER, MR.VIBIN.V .
WITHOUT HIM THIS PROJECT WAS IMPOSSIBLE FOR ME .


CONTACT_INFO OF DEVELOPERS:
__________________________

[email protected]




FILE DETAILS
~~~~~~~~~~~~


NAME OF THE GAME FILE:
______________________

Text_Based_Snake_and_Ladder


NAME OF THE EXECUTING FILE:
__________________________

1.Executable_file_run_this.py


DATABASE NAME:
______________

1.Game_details.db


TABLES IN THE DATABASE:
______________________

1.Save_hvc_details
2.Save_hvh_details


MODULES NAME:
____________

1.Game_rules.py
2.human_vs_human.py
3.human_vs_computer.py
You might also like...
A simple yet powerful Snake Game made with myPygameWorkflow

snakeGame A simple yet powerful Snake Game made with myPygameWorkflow. Requirments python3 Python.org myPygameWorkflow Github Ripo Usage $ cd main $ p

Blender Game Engine Game Type Templates Logic Bricks (and Python script) based Game Templates for Blender

Blender-Game-Engine-Templates Blender Game Engine Game Type Templates Logic Bric

Snake (PyGame-based) port for Minecraft:Bedrock Edition using PEWSAPI

Snake_PEWSAPI Snake (PyGame-based) port for Minecraft:Bedrock Edition using PEWSAPI And we are not going to make any change to the original Snake sour

Yo-Snake - A blend of yolov5 and deepsnake
Yo-Snake - A blend of yolov5 and deepsnake

Yo-Snake A blend of yolov5 and deepsnake 结合了yolov5和Deepsnake模型 Deepsnake 模型代码比较复

This is text based adventure game

CHOOSE-YOUR-OWN-ADVENTURE This is text based adventure game CONTRIBUTORS Aditya binukumar Srishti Sharma Shiva Tripathi Tanishq Tanwar ABOUT Theme: Ho

Parkour game made in Python with Ursina Game Engine along with ano0002, Greeny127 and Someone-github
A near-exact clone of google chrome's no internet game, or the "google dinosaur game", with some additions and extras.

dinoGame A near-exact clone of google chrome's no internet game, or the "google dinosaur game", with some additions and extras. Installation Download

Mastermind-Game - A game to test programming and logical skills

Bem vindo ao jogo Mastermind! O jogo consiste em adivinhar uma senha que será ge

Game-of-life - A simple python program to simulate and visualise the Conway's Game of life
Game-of-life - A simple python program to simulate and visualise the Conway's Game of life

Conway's game of life A simple python program to simulate and visualise the Conw

Owner
AKSHAI KRISHNA A
AKSHAI KRISHNA A
Snake game mixed with Conway's Game of Life

SnakeOfLife Snake game mixed with Conway's Game of Life The rules are the same than a normal snake game but you have to avoid cells created by Conway'

Aidan 5 May 26, 2022
Open source Board Games Like Tic Tac Toe, Connect 4, Ludo, Snakes and Ladder etc...

Board-Games What to do... Add Board games like Tic Tac Toe, Connect 4, Ludo, Snakes and Ladder etc... How to do... Fork the repo Clone the repo git cl

Bit By Bit 1 Oct 10, 2022
A python snake game based on pygame.

PySnake A python snake game based on pygame. Requirements Package version pygame >= 2.1.2 opencv-python >= 4.5.1.48 Run Windows python main.py Linux &

null 2 Jan 31, 2022
An open source Python library for the Snake retro game.

An open source Python library for the Snake retro game.

null 3 Jul 13, 2021
Un semplice Snake game , come negli anni 90!

Project-SnakeGame Un semplice Snake game , come negli anni 90! ITA VI porto un semplice giochino per i nostalgini degli anni 90 , ispirato al vecchio

Matt K Lawrence 1 Oct 17, 2021
This is a two player snake game

Trake This is a two player snake game How to play the game There is food and two players. You try to eat food to become large and gain points. Player

Grrub 1 Dec 19, 2021
A Snake Game built by Python Turtle Module 🐍

Snake-Game A Snake Game built with Python Turtle Module ?? Icons made by Freepik from www.flaticon.com Intro Control the direction of snake by simply

Megan 1 Oct 24, 2021
Simple implementation of the classic Snake Game in under 100 lines of code

Snake_Game Simple python implementation of the classic Snake Game in under 100 lines of code. Printscreen of the game: Imported Libraries: random; pyg

Raffaele Fiorillo 2 Jun 13, 2022
Snake Game in Python

Snake game is one of the most popular arcade games of all time. In this game, the main objective of the player is to catch the maximum number of fruits without hitting the wall or itself.

Pavan Ananth Sharma 4 Jul 5, 2022
Snake game made in python with the pygame library.

Pygame snake Snake game made in python with the pygame library. Requirements pip pygame Pygame Installation On the command line, type: pip install pyg

Ayza 3 Oct 2, 2022