This project is born from a vocabulary exercise in English class, the idea is to guide an element through voice commands.
Demo: https://english-directions.web.app/
Tested in Google Chrome.
You need a verb Go
or Turn
, a direction: Right
, Left
, Back
or Straight
, and one number (0 to 10
).
Examples:
- Turn left 4 blocks.
- Go back 5 blocks.
- Go straight five blocks.
- Add obstacles
- Add multi-user
- Add challenge, points and any goal.
npm install
npm run serve
npm run build
npm run test
npm run lint