Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.36 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.36 KB

Project Name :

PyLadder

Our Team Members:

  • Maram Ankir
  • Mohammad Khaled Talafha
  • Yousef Jalboush
  • Omar D'yab
  • Dina Albarghouthi

Summary :

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.  

Run PyLadder game :

  • 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.

Wireframe

wireframe

User stories:

User stories

Domain modeling:

Domain modelling

Using a Database: our app does not have a database.