Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 949 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 949 Bytes

Pygame Snake and Ladder

Github Top Language Github License Github release

Install python packages

pip install -r requirements.txt

File structure

rootdir:.
│   main.py
└───assests
    │  dice_1.jpeg
    │  dice_2.jpeg
    │  dice_3.jpeg
    │  dice_4.jpeg
    │  dice_5.jpeg
    │  dice_6.jpeg
    │  board.png
    └───fonts
        │  Game_Of_Squids.ttf

Play:

python main.py

Images

Game image:

Game board

Winner Screen:

Game board