100% found this document useful (1 vote)
2K views9 pages

Ludo

This document provides an introduction and overview of a simple 2D Ludo game project created in Python. The game allows multiplayer gameplay with the basic Ludo rules of rolling dice and moving pawns around the board. A GUI interface displays the board and handles gameplay interactions like rolling and moving pieces manually. The purpose is to provide an entertaining desktop app for playing the popular indoor board game of Ludo in one's leisure time with others. Tkinter is used as the GUI package for Python.

Uploaded by

Babita Jaiswal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
2K views9 pages

Ludo

This document provides an introduction and overview of a simple 2D Ludo game project created in Python. The game allows multiplayer gameplay with the basic Ludo rules of rolling dice and moving pawns around the board. A GUI interface displays the board and handles gameplay interactions like rolling and moving pieces manually. The purpose is to provide an entertaining desktop app for playing the popular indoor board game of Ludo in one's leisure time with others. Tkinter is used as the GUI package for Python.

Uploaded by

Babita Jaiswal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

welcome

Government girls
polytechnic
faizabad
Guidance by --
Members --
1. MONIKA TRIPATHI

2. BABITA JAISWAL

3. GARIMA
Introduction --
Simple 2D Ludo Game project is written in Python. This is a
simple GUI based strategy board game which is very easy to
understand and use. Talking about the gameplay, all the
playing rules are the same just like we play in real time ludo.
This is a simple 2D multiplayer game.
After starting the game, a GUI ludo board appears, other rules
are the same. First, the player has to roll the dice. The main
thing in this simple GUI based game is that the player just has
to press “Roll” to roll the dice. At the top of the board, it displays
a dice with the number. The has to keep on rolling until there’s a
possible pawn to move. All the game movements are to be
performed manually by the player. A simple 2D GUI is provided
for easy gameplay. The gameplay design is so simple that user
won’t find it difficult to use and understand. For the gaming
environment, the project uses various images and GIF files to
provide real-time experience.
Purpose --
 This is a desktop app designed just for
having fun in leisure time .
 Ludo is a very famous indoor game played
by a vast population all over the globe .
 It is a group game played in a group of four
, so this app is useful for having fun In your
free time .
Technologies
used --

 Python

 Tkinter (its python’s GUI


package. )
Ready to play !
.
Thank you

You might also like