Skip to content

Commit c27a477

Browse files
authored
ColorMatchGameTM&BEdits012417
1 parent f3193bc commit c27a477

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

color-match-game/javascript/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ This Color Match Game application is part of a series of how-to Intel® Internet
77
From this exercise, developers will learn how to:<br>
88

99
- Connect the Intel® Edison board or Intel® IoT Gateway, computing platforms designed for prototyping and producing IoT and wearable computing products.<br>
10-
- Interface with the Intel® Edison board or Intel® Arduino/Genuino 101 board IO and sensor repository using MRAA and UPM from the Intel® IoT Developer Kit, a complete hardware and software solution to help developers explore the IoT and implement innovative projects.<br>
10+
- Interface with the Intel® Edison board or Arduino 101\* (branded Genuino 101\* outside the U.S.) board IO and sensor repository using MRAA and UPM from the Intel® IoT Developer Kit, a complete hardware and software solution to help developers explore the IoT and implement innovative projects.<br>
1111
- Run this code sample in Intel® XDK IoT Edition, an IDE for creating applications that interact with sensors and actuators, enabling a quick start for developing software for the Intel® Edison board or Intel® IoT Gateway.<br>
1212
- Set up a web application server to let users play the color matching game using their web browser.
1313

1414
## What it is
1515

16-
Using an Intel® Edison or or Intel® IoT Gateway, this project lets you create a color match game.<br>
16+
Using an Intel® Edison board or or Intel® IoT Gateway, this project lets you create a color match game.<br>
1717
- a UI of the game is exposed through an embedded server, providing with buttons for color matching as well as a "start game" button<br>
18-
- when starting the game, for each level a sequence of colors is displayed on the RGB LCD screen of the Intel® Edison board or Arduino 101\* (branded Genuino 101\* outside the U.S.). The player needs to click on the corresponding buttons on the website.
18+
- when starting the game, for each level a sequence of colors is displayed on the RGB LCD screen of the Intel® Edison board or Arduino 101\* (branded Genuino 101\* outside the U.S.) board. The player needs to click on the corresponding buttons on the website.
1919
- for each level the sequence has one more color.<br>
2020
- when a user clicks a color, the same color is displayed on the RGB LCD screen.<br>
2121
- different tones are played when user clicks on color buttons.
@@ -28,7 +28,7 @@ Description goes here...
2828

2929
Grove\* Starter Kit containing:
3030

31-
1. Intel® Edison board with an Arduino-compatible breakout board or Intel® IoT Gateway with a Arduino 101
31+
1. Intel® Edison board with an Arduino\* compatible breakout board or Intel® IoT Gateway with a Arduino 101\* (branded Genuino 101\* outside the U.S.) board
3232
2. [Grove\* RGB LCD](http://iotdk.intel.com/docs/master/upm/node/classes/jhd1313m1.html)
3333

3434
## Software requirements
@@ -107,23 +107,23 @@ npm install
107107

108108
### Intel® IoT Gateway setup
109109

110-
You can run this example using an Intel® IoT Gateway connected to an Arduino\*/Genuino\* 101.
110+
You can run this example using an Intel® IoT Gateway connected to an Arduino 101\* (branded Genuino 101\* outside the U.S.) board.
111111

112112
Make sure your Intel® IoT Gateway is setup using Intel® IoT Gateway Software Suite, by following the directions on the web site here:
113113

114114
https://software.intel.com/en-us/getting-started-with-intel-iot-gateways-and-iotdk
115115

116116
You must install the Intel® XDK on the Intel® IoT Gateway, by following the directions on the above link, under the section "Connecting to the Intel® XDK".
117117

118-
The Arduino\*/Genuino\* 101 needs to have the Firmata\* firmware installed. If you have IMRAA installed on your gateway, this will be done automatically. Otherwise, install the StandardFirmata or ConfigurableFirmata sketch manully on to your Arduino\*/Genuino\* 101.
118+
The Arduino 101\* (branded Genuino 101\* outside the U.S.) board needs to have the Firmata\* firmware installed. If you have IMRAA installed on your gateway, this will be done automatically. Otherwise, install the StandardFirmata or ConfigurableFirmata sketch manully on to your Arduino 101\* (branded Genuino 101\* outside the U.S.) board.
119119

120-
You will also need to configure the `config.json` in the example to use the Arduino\*/Genuino\* 101. See the section "Configuring the example" below.
120+
You will also need to configure the `config.json` in the example to use the Arduino 101\* (branded Genuino 101\* outside the U.S.) board. See the section "Configuring the example" below.
121121

122122
## Configuring the example
123123

124124
To configure the example for the Intel® Edison board, just leave the `platform` key in the `config.json` set to `edison`.
125125

126-
To configure the example for the Arduino\*/Genuino\* 101, change the `platform` key to the value `firmata` in the `config.json`, as follows:
126+
To configure the example for the Arduino 101\* (branded Genuino 101\* outside the U.S.), change the `platform` key to the value `firmata` in the `config.json`, as follows:
127127

128128
```
129129
{

0 commit comments

Comments
 (0)