File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Design Patterns _ (implemented in JavaScript) _
1
+ # Design Patterns Game
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/zoltantothcom/Design-Patterns-JavaScript.svg?branch=master )] ( https://travis-ci.org/zoltantothcom/Design-Patterns-JavaScript ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/zoltantothcom/Design-Patterns-JavaScript/badge.svg?branch=master )] ( https://coveralls.io/github/zoltantothcom/Design-Patterns-JavaScript?branch=master ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/5f4e97b771504e23b0b414d2cbc69506 )] ( https://www.codacy.com/app/zoltantothcom/Design-Patterns-JavaScript ) [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/zoltantothcom/Design-Patterns-JavaScript.svg )] ( 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
You can’t perform that action at this time.
0 commit comments