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
Owner
AKSHAI KRISHNA A
AKSHAI KRISHNA A
An implementation of John Conway's Game of Life.

This is an implementation of John Conway's Game of Life in Python, and a very basic and straightforward one at that.

Mae 3 Feb 11, 2022
An exploration of a fantasy world, to autobattle your way to ruling the demesne.

Not Quite Paradise 2 (no relation to NQP, I just like the name enough to want to keep it.) Badges! Current position: Quality of last commit: Who dunni

9 Mar 12, 2022
We tried to recreate this classic game using python physics libraries.

We tried to recreate this classic game using python physics libraries. The result is certainly hilarious but enjoyable. One of my very first physics application.

Delwys Glokpor 2 Dec 12, 2021
A simple pygame implementation of the LOGO programming language.

LOGO-py A simple pygame implementation of the LOGO programming language. Latest Version Notes Fixed a bug where penup/pendown would not work properly.

Ethan Evans 1 Dec 05, 2021
a simple keyboard game

Maxwell-Demon-Game Powered by Taichi. a simple keyboard game This is hw2 of Taichi course, as a basic exercise of class. Rigid 2d bodies and resolve c

8 Feb 01, 2022
Advanced guessing game made in only python.

Guessing Game This is a number guessing game written in python which consists of three modes; easy,medium and hard. Each mode contains there own diffi

Ayza 2 Nov 30, 2021
An old time game Tic-Tac-toe

A Tic Tac Toe Bot This is the code repository for my article on Medium - Playing Games with Python - Tic Tac Toe, where I have tried to take the famou

Jigyanshu 0 Feb 25, 2022
Easy and fun game to play a bit. Written in python

NumGuesser Easy and fun game to play a bit. Written in python

Lodi#0001 4 May 22, 2022
This repository contains algorithm and solver for the game WORDLE

Wordle-Cracker This repository contains algorithm and solver for the game WORDLE How to use Run the program: python main.py Type in the guess word in

YiHsin Chen 3 May 14, 2022
A simple matrix code rain created using Python with Pygame.

Matrix4_code_rain A simple matrix code rain created using Python with Pygame. To run the code you will need Pygame and MS Mincho font. Create a projec

7 Nov 06, 2022
An open source Python library for the Snake retro game.

An open source Python library for the Snake retro game.

3 Jul 13, 2021
Warden - Warden guessing game 1

Warden first python project and first posted project sorry for errors warden gue

hasher 3 Jan 09, 2022
My goofy little script for playing wordle

my wordle "solver" My goofy little script for playing wordle. It actually runs really slowly at first but once you've added some info (e.g. which lett

MB 3 Feb 04, 2022
PLVRA is a TUI (Terminal User Interface) implementation of wordle / termo in portuguese, written in Python

PLVRA is a TUI (Terminal User Interface) implementation of wordle / termo in portuguese, written in Python

Enzo Shiraishi 1 Feb 11, 2022
Chesston (Chess+Python) is a two-player chess game with graphical user interface written in PyQt5

♟️ Chesston (Chess+Python) is a two-player chess game with graphical user interface written in PyQt5. 💿 Dependencies This program uses Py

6 May 26, 2022
A small script to help me solve Wordle because I'm that lazy

Wordle Solver A small script to help me solve Wordle because I'm that lazy. Warning: I didn't write this to be efficient nor elegant at all, so you'll

K4YT3X 3 Feb 11, 2022
Wordlebot - A simple Wordle puzzle solver in python

WordleBot A simple search-based puzzle solver for Wordle, built in Python. Inspi

Rob Kimball 2 Jan 27, 2022
Hangman Game

Hangman Game Este juego fue creado a partir de los conocimientos adquiridos en el Curso de Python: Comprehensions, Lambdas y Manejo de Errores que exi

Carlos Valencia 2 Nov 14, 2022
Simple python program to simulate Conway's game of life with custom variables.

ConwaysGameOfLife Simple python program to simulate Conway's game of life with custom variables. Custom Variables Grid-size : Change the size of the p

davidgasinski 1 Oct 28, 2021
使用python编写2048游戏及自动玩

使用python编写2048游戏及自动玩

tiger-wang 68 Dec 23, 2022