Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.35 KB

File metadata and controls

42 lines (28 loc) · 1.35 KB

Pony Challenge

How it works

Save the pony from the Domokun by helping it escape the maze.
The idea is to follow the wall on the left or right side of the pony. That way the pony should be able to escape any maze (unless caught by the Domokun, of course).

Create mazes, search for existing ones and run them while playing with the settings.

  • Stop and start the maze as you wish.
  • Follow the movement of the pony and the Domokun.
  • See the status of the maze.
  • Change the speed of which the pony and Domokun moves.
  • Switch from following the left wall to following the right one or vice versa.
  • Get a visual indication of the result when the pony escapes or is caught by the Domokun.

Requirements

You need to have yarn or npm installed on your machine.

How to run the project

  1. Go to root in the project directory.
  2. Run yarn or npm install to install packages.
  3. Run yarn start or npm start.

yarn start & npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

The API

https://ponychallenge.trustpilot.com/api-docs/index.html#/pony-challenge

By

Casper Hemmje Østergaard
https://github.com/easteryard/pony-challenge