Code Monkey home page Code Monkey logo

izishop's Introduction

Izishop Optimum path finding algo

The extraction of the A star PathFinding algo using to guide the customer on the shop.

This calculate the minimum way to do the shopping with a shopping list.

4-Step Installation and usage instructions:

  1. Clone the repo
  2. Launch server on the repo directory (php -S localhost:8080)
  3. Open localhost:8080 on your browser.
  4. Use the select box to choise what kind of thinks you want to buy and click on 'validation'.

Library and coding style

  • Angular 1.5 Framework with MVVM patern
  • The models folder contain the PathFinding prototype
  • operation.js set the map of the shop and the list of shopping items with the position
  • The map of the shop is a double array with 0 for the walk and 1 for the shelf.
  • All methods are commented and explained
  • Private method is representing with an underscore.
  • let keyword is using for the global proprieties and var keyword for local
  • Using Strict declaration is set
  • Name : class : CamelCase, function / variables : lower camelCase

Evolution

This module could be used for drive-in employee (saw with Casino Group) And is the future in robot for Drive-in

PS : I'am not a designer so sorry in advance for the 'agressive' colors

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.