Skip to content

Mars rovers test done in js using a parsing approach instead of geometry

Notifications You must be signed in to change notification settings

oransje/js-mars-rovers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Rover

An implementation of a test rover module.

First run the command to install the dev dependencies:

$ npm install

To run the program run the following command:

$ npm start

To run the tests type:

$ npm test

Description

The program heavily emphasizes a logical modular partitioning. The parser assigns the values read from a string, that string is loaded by a file module, so the final parsed object is interpreted by the automata, assigned with policies that could be expanded or modified.

About

Mars rovers test done in js using a parsing approach instead of geometry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages