Git Product home page Git Product logo

Rana Ayman's Projects

8puzzle-game icon 8puzzle-game

the 8-puzzle game consists of a board holding 8 distinct movable tiles, plusan empty space. For any such board, the empty space may be legally swapped with any tilehorizontally or vertically adjacent to it. In this assignment, the blank space is going to berepresented with the number 0.Given an initial state of the board, the search problem is to find a sequence of moves that tran-sitions this state to the goal state; that is, the configuration with all tiles arranged in ascendingorder 0,1,2,3,4,5,6,7,8 .The search space is the set of all possible states reachable from the initial state. The blankspace may be swapped with a component in one of the four directions ’Up’, ’Down’, ’Left’,’Right’, one move at a time. The cost of moving from one configuration of the board to anotheris the same and equal to one. Thus, the total cost of path is equal to the number of movesmade from the initial state to the goal state.

connect4-ai icon connect4-ai

Connect 4 is a two-player game in which the players first choose a color and then take turnsdropping their colored discs from the top into a grid. The pieces fall straight down, occupyingthe next available space within the column. The objective of the game is to connect-four ofone’s own discs of the same color next to each other vertically, horizontally, or diagonally. Thetwo players keep playinguntil the board is full. The winner is the player havinggreaternumber of connected-fours.

wedding-planner icon wedding-planner

The website offers a full wedding package that initially concerns the reservation of weddings and offers all its features to the customers specifying the location , schedule, capacity and other features like photographers, singers and make-up artists. The application mainly consists of two types of users. The first type is the customer who needs the service. The other type is the person who offers the service. The application mainly links the person who needs the service to the person offering it by displaying to the customers all the offers provided by the service providers and he chooses one offer from them and the application ensures the connection between both users.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.