Skip to content

Commit 342e876

Browse files
committed
README and screen shot
1 parent d798e43 commit 342e876

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed

Diff for: README.md

+14-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
1-
# ReduxSimpleStarter
1+
# React Gomoku
22

3-
Interested in learning [Redux](https://www.udemy.com/react-redux/)?
3+
Enchanced version of the [official React tutorial](https://facebook.github.io/react/tutorial/tutorial.html).
44

5-
###Getting Started###
5+
Enhancements:
6+
- Display move locations
7+
- Bold the currently-selected item in the move list
8+
- Rewritten Board to use two loops to make the squares instead of hardcoding them
9+
- Reset button with confirmation
10+
- Can go backward and forward in history
11+
- Show current Move with Bold
12+
- Colored signs
13+
- 20x20 board
14+
- Highlights winning squares on a 3x3 board (when `SIZE=3` in `board.js`)
615

7-
There are two methods for getting started with this repo.
8-
9-
####Familiar with Git?#####
10-
Checkout this repo, install dependencies, then start the gulp process with the following:
11-
12-
```
13-
> git clone [email protected]:StephenGrider/ReduxSimpleStarter.git
14-
> cd ReduxSimpleStarter
15-
> npm install
16-
> npm start
17-
```
18-
19-
####Not Familiar with Git?#####
20-
Click [here](https://github.com/StephenGrider/ReactStarter/releases) then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
21-
22-
```
23-
> npm install
24-
> npm start
25-
```
16+
It looks like this:
17+
![Screenshot](screenshot.png)

Diff for: screenshot.png

90.1 KB
Loading

0 commit comments

Comments
 (0)