From f627ddfb742089d50e6846c36de2a1985a8e7cd5 Mon Sep 17 00:00:00 2001 From: IvanVergiliev Date: Wed, 20 Aug 2014 15:17:27 +0300 Subject: [PATCH] Add 2048-react to open-source demos Nothing too complicated, but I think it could be a fun beginner demo. --- docs/docs/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/examples.md b/docs/docs/examples.md index f539f4f60a..7f0899aaee 100644 --- a/docs/docs/examples.md +++ b/docs/docs/examples.md @@ -25,3 +25,4 @@ prev: complementary-tools.html * **[Khan Academy question editor](https://github.com/khan/perseus)** (Browse their GitHub account for many more production apps!) * **[github-issue-viewer](https://github.com/jaredly/github-issues-viewer)** * **[hn-react](https://github.com/prabirshrestha/hn-react)** Dead-simple Hacker News client. +* **[2048-react](https://github.com/IvanVergiliev/2048-react)** A clone of the 2048 game.