Learn to fix code with this game

While I was scrolling through my dev.to feed, I came across this excellent game: http://freecodegame.com/

It presents you with a few lines of Code. Each sample needs to be fixed by changing a single line of Code.

I tried it myself and it’s a great way to learn more about programming. Often, when you write your own code and things are not working, it’s a challenge to find out what’s wrong. This game teaches you bit by bit to develop the skill of debugging.

Try it out and comment below how it helped you!

Leave a Reply