Skip to content

Commit cf18555

Browse files
authored
Update README.md
1 parent 79bfe56 commit cf18555

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# React Snake (Functional Style)
22

3+
* Found in [Taming the State in React](https://roadtoreact.com/course-details?courseId=TAMING_THE_STATE)
4+
* [Live](https://react-snake.wieruch.com/)
5+
36
![sep-02-2017 17-09-49](https://user-images.githubusercontent.com/2479967/29996581-94a6c5a2-9001-11e7-85d6-3e60828a9deb.gif)
47

8+
## Features
9+
10+
* uses:
11+
* only React (create-react-app)
12+
513
## Installation
614

715
* `git clone git@github.com:rwieruch/react-snake.git`
@@ -1084,4 +1092,4 @@ const Row = ({ isGameOver, snake, snack, y }) =>
10841092
const Cell = ({ isGameOver, snake, snack, x, y }) =>
10851093
<div className={getCellCs(isGameOver, snake, snack, x, y)} />
10861094
# leanpub-end-insert
1087-
~~~~~~~~
1095+
~~~~~~~~

0 commit comments

Comments
 (0)