Skip to content

marinasundstrom/RobotApp2

Repository files navigation

RobotApp 2

Control a robot, walking across a defined grid.

RobotApp ported to TypeScript/JavaScript.

It is a client-server app built with TypeScript, NodeJS, Express, Socket.IO, HTML, Canvas.

Just as with the original, there is a console version (index2.ts).

Watch video here.

Screenshot

Screenshet

Development

Latest NodeJS required.

Build the project:

npm build

Run the Web app:

npm start

Run the Console app:

npm run console

Run unit tests:

npm test