PyLadder
- Maram Ankir
- Mohammad Khaled Talafha
- Yousef Jalboush
- Omar D'yab
- Dina Albarghouthi
The game is a combination between learning math and "Snakes and ladders", or as we call it Pyladder, the idea is to make an interactive game with three different levels (easy, medium, hard), whenever a player faces a ladder or a snakehead a math question pops up depending on the mode, for instance, an easy math question is shown if the mode is easy and so on, if the answer is correct its easier to win the game, the player who crosses the last position wins.
- Download Python from the official website of Python: Download Here
- For Windows users, press Windows+X to open the Power Users menu, click “Command Prompt”, and then this command line:
py -m pip install -U pygame --user
- For Linux based users, in the terminal type this command line:
sudo apt-get install python3-pygame
- After downloading this repo, navigate to the Pyladder folder, double click on pyladder.py, and enjoy playing the game.