Coder Social home page Coder Social logo

maze_code_challenge's Introduction

Maze Code Challenge

Programming Assignment

The test is based on exploring any arbitrary maze (one is provided).

What we are looking from you in this test is to produce a production-quality solution for the given example maze! We are looking for you to demonstrate your ability to turn a given requirement into a working and well tested software! In the circumstances that you have questions on the requirement, you are free to make an assumption and make that clear in a README.txt file that you provide with your project!

User Story 1

As a world famous explorer of Mazes I would like a maze to exist So that I can explore it Acceptance Criteria

  • A Maze (as defined in example maze in below consists of walls 'X', Empty spaces ' ', one and only one Start point 'S' and one and only one exit 'F'
  • After a maze has been created the number of walls and empty spaces should be available to me
  • After a maze has been created I should be able to put in a co ordinate and know what exists at that point

User Story 2


As a world famous explorer of Mazes I would like to exist in a maze and be able to navigate it So that I can explore it Acceptance Criteria

  • Given a maze the explorer should be able to drop in to the Start point (facing north)

  • An explorer on a maze must be able to move forward

  • An explorer on a maze must be able to turn left and right (changing direction the explorer is facing)

  • An explorer on a maze must be able to declare what is in front of them

  • An explorer on a maze must be able to declare all movement options from their given location

  • An explorer on a maze must be able to report a record of where they have been in an understandable fashion Note: We are looking for your Explorer solution to implement the above Acceptance criteria. We do not expect you to submit a fully autonomous maze solving Explorer implementation.

    Example Maze:

  XXXXXXXXXXXXXXX
  X             X
  X XXXXXXXXXXX X
  X XS        X X
  X XXXXXXXXX X X
  X XXXXXXXXX X X
  X XXXX      X X
  X XXXX XXXX X X
  X XXXX XXXX X X
  X X    XXXXXX X
  X X XXXXXXXXX X
  X X XXXXXXXXX X
  X X         X X
  X XXXXXXXXX   X
  XFXXXXXXXXXXXXX

maze_code_challenge's People

Contributors

hackerthemonkey avatar

Watchers

 avatar James Cloos avatar

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.