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
This is a text-based snake and ladder game .
Overview
A small Python Library to process Game Boy Camera images
GameBEye GameBEye is a Python Library to process Game Boy Camera images. Source code 📁 : https://github.com/mtouzot/GameBEye Issues 🆘 : https://gith
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
A Higher-Lower web game made in Python using Flask framework.
Higher Lower Web Game Guess the random number from 0 to 9 in this web game made with Python and Flask Framework Modules that were used Random Flask In
Pygame Raycaster made by me.
Pygame Raycaster made by me.
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.
This is a python implementation of wordle, which uses the same set of available words as the hit game, Wordle
Wordle Game This is a python implementation of wordle, which uses the same set of available words as the hit game, Wordle. Play the game manually pyth
Experimental Brawl Stars v37.222 server emulator written in Python.
Brawl Stars v37 Experimental Brawl Stars v37.222 server emulator written in Python. Requirements: Python 3.7 or higher colorama Running the server In
Wordle-helper: python script to help solving wordle game
wordle-helper This is a python script to help solving wordle game 5-letter-word-
OpenGL experiments with Pygame & ModernGL
pygame-opengl OpenGL experiments with Pygame & ModernGL TODO Skybox & Reflections Post-process effects (motion blur, color correction, etc..) Normal m
Dontdie-minecraft - A python program that causes your computer to bluescreen whenever you die in Minecraft
Don't Die - A Python Program A python program that causes your computer to blues
A minimal open source mtg-like tcg game made in python that can be played on a terminal emulator using a keyboard.
A minimal open source mtg-like tcg game made in python that can be played on a terminal emulator using a keyboard.
Allows you to email people wordle spoilers. Very beta, not as many features
wordlespoiler Allows you to email people wordle spoilers. Very beta, not as many features How to Use 1.) Make a new gmail account. Go to settings (Man
A little python script for finding the best word choice in a Wordle game
A little python script for finding the best word choice in a Wordle game, by assuming that at each step you want to minimise the average number of possible answers left after guessing that word (note
Game code for Evennia servers designed for use with ALPACASclient.
ALPACASgame Game code for Evennia servers designed for use with ALPACASclient. This code is meant to be a type of "compatability layer" between the AL
A playable version of Chess – classic two-player, various AI levels, and the crazyhouse variant! Written in Python 3
A playable version of Chess – classic two-player, various AI levels, and the crazyhouse variant! Written in Python 3. Requires the installation of PIL/Pillow and Requests
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
Discord based board game, Sneks and Ladders
sneks-and-ladders Discord based board game, Sneks and Ladders intro This is the code-base for the Discord based game, Sneks and Ladders, as used for s
Vitrix is an open-source FPS video game coded in python
Vitrix is an open-source FPS video game coded in python Table of contents Usage Game Server Installing Requirements Hardware Requirements Software Req
TicTacToc - Simple TicTacToc game played by minimax algorithm
TicTacToc simple TicTacToc game played by minimax algorithm. This app is based o
Pendulum Simulation using Pygame
Pendulum project, built using pygame and math modules.