/toy-robot-challenge

My take on a classic: Toy Robot ™️

Primary LanguageJavaScriptThe UnlicenseUnlicense

Toy Robot Exercise

Node.js CI

Commands

yarn start

Runs the program with the default input (input_a.txt). Use yarn start ./path_to_file.txt to use that as input.

yarn test

Runs the test suite.

TODO

  • Convert to TypeScript
  • More input validations (i.e. coordinates)
  • Read files from stdin
  • Write tests