Skip to content

Training exercise: help your robot navigate in the maze

Notifications You must be signed in to change notification settings

digitalie/training-js-mazerobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeRobot

Description

This exercise requires you to write navigation logic for the robot to achieve the final destination.

Prerequisites

  • Basic knowledge of programming
  • Installed Git
  • Installed Node.js and NPM

Getting started

  1. Fork/Clone this repository
  2. Go to repository directory and run npm install
  3. Run npm run watch to start webpack compilation watcher
  4. Open build/index.html file in your browser
  5. Edit src/ControlRoom.js file to make your robot smarter

To run tests use npm test command.

About

Training exercise: help your robot navigate in the maze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published