An open API service indexing awesome lists of open source software.

https://github.com/shetharp/turtle-brix

🐢 Arduino robot that helps resolve intragroup conflicts
https://github.com/shetharp/turtle-brix

Last synced: over 1 year ago
JSON representation

🐢 Arduino robot that helps resolve intragroup conflicts

Awesome Lists containing this project

README

          

# turtle-brix
Arduino robot that helps resolve intragroup conflicts through a collaborative puzzle challenge. Built with Node, Express, and Johnny-Five.

# Set Up

### Clone this directory to your computer

`git clone https://github.com/shetharp/turtle-brix.git`

### Install dependencies

Install [Node.js](https://nodejs.org/en/download/) if you don't have it already
Install [Yarn](https://yarnpkg.com/en/docs/install) if you don't have it already

```
cd turtle-brix
yarn install
```

### Run the Web App
```
node App.js
```
Open up your browser and go to `localhost:3000`