|
1 | | -# Design Patterns _(implemented in JavaScript)_ |
| 1 | +# Design Patterns Game |
2 | 2 |
|
3 | 3 | [](https://travis-ci.org/zoltantothcom/Design-Patterns-JavaScript) [](https://coveralls.io/github/zoltantothcom/Design-Patterns-JavaScript?branch=master) [](https://www.codacy.com/app/zoltantothcom/Design-Patterns-JavaScript) [](https://greenkeeper.io/)
|
4 | 4 |
|
5 | | -Design Patterns - a game to get familiar with the design patterns implemented in JavaScript, test your knowledge or simply for fun. |
| 5 | +Design Patterns - a quick game to test your familiarity with the 'Gang of Four' design patterns implemented in JavaScript. |
6 | 6 |
|
7 | 7 | ### :zap: [PLAY HERE](http://designpatternsgame.com/)
|
8 | 8 |
|
@@ -94,7 +94,7 @@ yarn test:coverage
|
94 | 94 |
|
95 | 95 | ## Inspiration and Credits
|
96 | 96 |
|
97 | | -- Inpired by the very well-known [JavaScript Guessing Game](https://javascript-game.firebaseapp.com/) |
| 97 | +- Inspired by the very well-known [JavaScript Guessing Game](https://javascript-game.firebaseapp.com/) |
98 | 98 |
|
99 | 99 | - Code samples impudently taken from the awesome compilation of [Design Patterns JS](https://github.com/fbeline/Design-Patterns-JS)
|
100 | 100 |
|
|
0 commit comments