Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 856 Bytes

Analyse.md

File metadata and controls

66 lines (45 loc) · 856 Bytes

Functions

Commands

  • PLACE X,Y,F
  • MOVE
  • LEFT
  • RIGHT
  • REPORT

Sample

  • PLACE 0,0, NORTH
y/x 1 2 3 4 5
5
4
3
2
1 ^
  • MOVE
y/x 1 2 3 4 5
5
4
3
2 ^
1
  • LEFT
y/x 1 2 3 4 5
5
4
3
2 <
1
  • REPORT

    1,2 WEST

Requirements

  • input: form a file or standard input
  • output: any

Style

  • commit tree
  • JS ES6 (solid JS skill)
  • patterns
  • practices
  • testing
  • clean efficient code
  • bonus points for functional style