Skip to content
/ karetao Public

A simple robot simulation. Made as part of a job application

Notifications You must be signed in to change notification settings

ryanw/karetao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karetao

Overview

A simple toy robot simulator written in TypeScript.

Getting it running

Install the dependencies as you usually would.

npm install

Compile the TypeScript into JavaScript

npm run build

Run the test suite, you do not need to build before running tests.

npm test

Try out some commands

echo 'PLACE 1,2,EAST MOVE LEFT REPORT' | node ./build/index.js

You can also install it as a system executable

npm install -g
cat examples/example1.txt | karetao

About

A simple robot simulation. Made as part of a job application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published