Skip to content

chenzhihao/marsRoverGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mars Rover GUI

This is the GUI for Mars Rover, the all MarsRover logic is from https://github.com/chenzhihao/marsRover, I only override Controller.js to GUIController.js for some methods. Please check the GUIController.js for details.

How to execute code:

Let us install all the dependency firstly:

 yarn install
 # Or
 npm install

Then we can do build and launch a http-server at http://localhost:8080/

 npm run start

Online demo page:

demo

Releases

No releases published

Packages

No packages published