Atiqullah-Naemi / toy-robot

Home Page:https://toy-robot-taupe.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toy Robot Simulator

This is a simple React JS + typescript toy robot simulation moving on a square tabletop, the robot can move in a 5x5 grid and there are no obstructions.

  • The robot can roam around the board via clicking the of Up, Down, Left and Right buttons.
  • If the robot is at the edge of the board, you can't move it.

How to run

click on https://toy-robot-taupe.vercel.app/

  • enter X, and Y values
  • click on set Position button
  • use Up, Down, Left and Right buttons to paly with robot.

How to run locally

To run the project locally, you need to first clone the repo and then do the following steps:

  • npm install
  • npm run dev

About

https://toy-robot-taupe.vercel.app


Languages

Language:TypeScript 90.3%Language:JavaScript 6.0%Language:HTML 3.2%Language:CSS 0.5%