This projects uses basic pygame library to create the old snake_ladder game
Use the package manager pip to install dependencies
import math
import random
import pygame
import tkinter
from tkinter import messageboxpython3 game.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.