From e7d5f0b51e30f9259a93773e317bfacd72a71203 Mon Sep 17 00:00:00 2001 From: Christian Halsell Date: Wed, 6 Nov 2013 10:39:00 -0800 Subject: [PATCH] Fun way to learn JavaScript: Coding your own fighting robot! --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e7ef00..0ebd983 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,6 @@ To submit a resource, edit this README markdown file following existing conventi ###Modularizing Code * Escape Callback Hell/pyramid of doom by breaking out your callbacks into smaller functions: http://callbackhell.com/ +* +###Fun Way to Learn JavaScript - FIGHTING ROBOTS! +http://fightcodegame.com