A digital version of the classic Ludo board game, developed using Python and Pygame.
- Dice Rolling Mechanism: Simulates realistic dice rolls.
- Player Management: Supports multiple players with individual piece tracking.
- Graphical User Interface: Simple and easy-to-use design.
- Game Rules Enforcement: Ensures adherence to traditional Ludo rules.
- Clone the Repository:
git clone https://github.com/Sinakan1/mensch.git cd mensch/mench - Install Dependencies:
Ensure you have Python installed. Then, install Pygame:pip install pygame
- Run the Game:
python main.py
- Start the Game: Launch the application to begin.
- Roll the Dice: Click on the dice to roll.
- Move Pieces: Select and move your pieces based on the dice outcome.
- Objective: Move all your pieces from the starting area to the home row before your opponents.
- AI Opponents: Adding computer-controlled players.
- Online Multiplayer: Play with friends over the internet.
- Customizable Rules: Allow players to modify game rules.
- Better Graphics & Animations: Improve visual elements for a smoother experience.
We welcome contributions! Feel free to fork the repository and submit a pull request with your proposed changes.
This project is licensed under the MIT License.