Games that will help you learn how to code fast.


When I started learning to code, the options were limited—lots of books (not even e-books), some very basic online tutorials, and a whole lot of experimentation.
Online learning has come a long way in the last few years. There are interactive courses, tons of online tutorials, and one of my personal favorite ways to practice coding: games.

While a game alone probably isn't going to teach you everything you need to know about coding, it can be a really incredible way to practice the skills you're learning. It makes practice fun. And if you're anything like me, you might suddenly realize you've spent the last four hours reinforcing your coding skills without even realizing it.

I've tried out some of the most entertaining and useful games for learning to code. Check out my favorites below.

1. CodeMonkey
CodeMonkey teaches coding using CoffeeScript, a real programming language, to teach you to build your own games in HTML5. It's aimed at kids, but it's definitely fun for adults, too. Check out their site.

2. CodinGame
CodinGame offers up games to learn more than 25 programming languages, including JavaScript, Ruby, and PHP. One of the great things about CodinGame is that you can play with friends or colleagues, and also enter international coding competitions. Check it out here..

3. CSS Diner
CSS Diner is a simple but fun way to learn CSS. There are 32 levels that will teach you the basics of how CSS selectors work. Each level gets progressively more complex, building on what you've learned in previous lessons. Check it out here

4. Flexbox Froggy
Want to learn how CSS flexbox works? Check out Flexbox Froggy. It has a simple interface that teaches you the basics of how things align in flexbox while you help Froggy and his friends. Check it out here.

5. Flexbox Defense
Flexbox Defense is another great way to practice your flexbox skills. This time, you'll move gun towers into position along a path to defeat oncoming waves of enemies, using the same kinds of commands as Flexbox Froggy. Check it out here

6. CodeCombat
CodeCombat is aimed at teachers and students, but anyone can play. Learn Python, JavaScript, CoffeeScript, or the Lua game scripting language. On the beginner Dungeon level, you'll move your Hero through the game using some basic commands according to the tutorial alongside the game.

7. Ruby Warrior
If you want to learn Ruby, then Ruby Warrior is the game for you. There are beginner and intermediate tracks to suit your skill level. The lessons start out easy and go from there. You'll need to login with Facebook to save your progress. Check it here

8. Untrusted
Untrusted is a meta-JavaScript adventure game that tests your JavaScript skills to solve problems. You use JavaScript to guide Dr. Eval through a machine continuum and alter his reality to move between levels. It's a great game for practicing more complex JavaScript skills. Check it here

9. Code Hunt
Code Hunt teaches you coding in a unique way. To play, you identify code fragments, analyze them, modify code to match the fragments, and then capture the working code fragment. You can use it to learn Java or C#. Check it here

10. Robocode
If you ever watched the show BattleBots, then Robocode is for you. You'll learn programming skills by building virtual robot battle tanks in Java or .NET. Battles are then played out onscreen in real time. Link here.

11. CheckIO and Empire of Code
CheckIO and Empire of Code are both strategy games that can teach you JavaScript or Python. Empire of Code uses a space setting and you learn by defending your own base and attacking others, while CheckIO lets you improve your skills by using others' solutions. Click here to proceed

12. VIM Adventures
Vim is a highly configurable text editor used by programmers. If you want to learn how to use Vim, then VIM Adventures is a great place to start! Use common VIM keyboard shortcuts to navigate your way through a Zelda-like adventure game. Click here to proceed

13. Cyber Dojo
Cyber Dojo has practice exercises and challenges for dozens of coding languages including Ruby, JavaScript, PHP, Python, and more. Each exercise spells out a challenge to complete with an example showing what the end result should look like. It's a great way to practice your code skills.  Click here to proceed

14. Elevator Saga
Elevator Saga tests your JavaScript knowledge with challenges related to moving an elevator and transporting people in the most efficient manner possible. It starts out with a challenge to move 15 people in less than a minute, with challenges getting progressively harder from there. Click here to proceed

15. Code Wars
Code Wars helps you improve your skills by training in challenges with others. They offer a huge variety of languages, including JavaScript, Swift, PHP, Python, Ruby, and Haskell. You'll have to prove your skills first with a basic test of your understanding of the language you want to practice.
Click here



Comments