List of Coding Games to Practice & Improve Your Programming Skills

List of Coding Games to Practice and Improve Your Programming Skills

List of Coding Games to Practice and Improve Your Programming Skills

In this post, we’ll take a look at some of the best online games to learn new programming languages and practice your existing programming skills. Some of those are beginner only, others may seem far advanced at the start, but give it a go, and you’ll thank us later. If we forgot to mention something, or you’re building a cool game of your own, do let us know in the comments! Happy learning!

Codewars

Codewars

Codewars

Twitter handle: https://twitter.com/codewars

If you ever tried making the learning process of programming languages and concepts a little more fun, then we bet you’re familiar with Codewars, and if you’re not, then it’s the best timing to check the site out.

Codewars is made to help you improve your skills in more than 20 languages by solving real code challenges created by the community; moreover, you can check how others tried to solve the challenges and vote on the best answers. All coding tasks can be solved right in the browser with whatever coding style you prefer. Your ranking (the difficulty of which is measured in virtual so-called “katas”) is recorded as you progress through the multiple challenges of varying difficulty, so you’re later paired with the relevant challenges that match your existing skills. Again, you can compare your solutions with other members for a greater understanding of different programming concepts or different ways to solve the same challenge. You can also create your own kata games and challenge the community with your understanding and superior knowledge (if you have any ;-).

Codewars is free to use, but before you start, you really have to have at least some basic knowledge of coding. What I’ve also noticed from my experience is that some challenges which are supposed to be really beginner-friendly subjective-wise turned out to be quiet a challenge for my IT teacher, not that he’s bad or anything, it was just not for beginners. Challenging — yes? Very much so!

Codingame

Codingame

Codingame

Twitter handle: https://twitter.com/codingame

We’ve already covered this great platform in Coding Interview Tools, so check it out for more details on other platforms where you can check other programmer’s knowledge. But, if you’re here for an adventure or learning opportunities, don’t you worry — Codingame has it all for you! More than 25 languages addressing all the hot programming concepts and topics, where you can easily advance to the next level with a new set of coding challenges and peer-review. The most fun with Codingame is that you can challenge your schoolmates, friends, family, coworkers and even your boss in super interactive challenges where you can finally convince someone you deserve that promotion; and if even you don’t have anything prove, maybe just have fun for once with your knowledge? There also plenty of contests, which you can join for pure fun or maybe a little bit of glory? Moreover, you can actually use your Codingame profile to land that dream job of yours proving your track record in your chosen technologies by completing challenges and making your profile visible to only those employers you care about.

The companies can use the Codingame platform to source, screen, employ, and retain new employees: engage within the community, use existing online tests, organize game-based interactive hackathons, and more. Companies that have already joined and taken advantage of the said opportunities are Facebook, Adobe, Deloitte, Nintendo, among others.

CSS Diner

CSS Diner

CSS Diner

Twitter handle: https://twitter.com/flukeout

CSS Diner is a cute little game whose sole purpose is for you to practice correctly selecting specific elements for use in CSS stylesheets. There are 32 levels with hints if you feel stuck at any point in particular. In each of the different levels, you’ll see a table with plates set on it. The challenge is to select one of the plates by itself using CSS selectors. You can preview the elements in HTML so you can visualize the code.

Another game by the same author that has been out since recently is Paddleforce, the fast-paced update of the classic pong game designed for head to head play, it’s best enjoyed with a friend and two gamepads; however, you can also play with a keyboard. Nothing particularly educational about that last one, but if you’re in to have some fun, then this is the game to play.

Flexbox Froggy

Flexbox Froggy

Flexbox Froggy

Twitter handle: https://twitter.com/playcodepip

Flexbox Froggy is another fun game where you help a little green frog navigate through the pond by writing CSS code and learning the basics of aligning things in flexbox. Flexbox Froggy is made especially for complete beginners in CSS flexbox, so you can learn everything on spot by navigating the frog. And while simplicity is one of the biggest advantages of Froggy, it’s also quite a disadvantage — if you’re good enough with CSS and flexbox, then you’ll find the game very obvious, straightforward, and even boring.

Flexbox Defense

Flexbox Defense

Flexbox Defense

Twitter handle: https://twitter.com/FlexboxDefense

Flexbox Defense is another great way to master your flexbox skills. However, this time, you’ll move gun towers into position along a path to defeat oncoming waves of enemies. Unlike other tower defense games, in this one, you’ll have to exercise the power of CSS, and yes, you got it, flexbox properties.

Robocode

Robocode

Robocode

Twitter handle: https://twitter.com/robocode

Robocode is a programming game where the goal is to develop a tank to battle against other tanks in Java or .NET. The robot battles happen in real-time on-screen. Despite the site design being reminiscent of something from the long-forgotten 90s, Robocode gets updated on a regular basis with the newest version released in August 2019. Besides being a fun game, Robocode is used to learn how to program or how programming concepts work; schools and universities use the game to teach students programming and AI.

Robocode offers a complete development environment and comes with its own installer, built-in robot editor, and Java-compiler. The only pre-requisite for Robocode is JVM to already exist on the system where Robocode is going to be installed (Java 6 or newer must be installed on the system before Robocode is able to run). Robocode also supports developing robots using external IDEs like e.g. Eclipse, IntelliJ IDEA, NetBeans, Visual Studio, etc. The game can be run on any operating system with Java pre-installed, meaning that it will be able to run on Windows, Linux, Mac OS, UNIX.

Since Robocode is an old game, there are plenty of detailed tutorials and extensive documentation of every aspect of the game. The project is fully outsourced meaning you can reuse it and create something of your own, more or less sophisticated, or contribute to all kinds of modes and add-ons to the game. Moreover, Robocode is not just about Java, you can also use it to test your knowledge in other programming languages, like C#, Scala, .NET.

Among the disadvantages, as mentioned earlier, is a very simple design with basic graphics and interface.

Codegym

Codegym

Codegym

Twitter handle:  https://twitter.com/codegym_cc

Codegym is an interactive, gamified online Java programming course that consists of four quests such as Java Syntax, Core, Multithreading, Collections, each consisting of ten levels. Each level has short lectures on Java theory followed by a set of tasks to test and consolidate your knowledge on new concepts.

So, what’s exactly in the game? Codegym is a futuristic city with its own characters and history: the character you need to upgrade is Amigo, the robot, who learns to program. If you complete the tasks correctly, you earn bonuses which are named “dark matter.” Even though there’s some inevitable amount of theory involved, you’ll primarily learn by practice. Starting from the middle of the course, you’ll start writing mini-projects like apps, chatbots, games, so that you can later include them in your portfolio, which you can submit to prospective employers. Every step of the way, you’ll receive feedback and help from the course instructors, Codegym alumni, other students, and developers.

Perhaps, the biggest disadvantage of Codegym is its price, which is subscription-based, starting from $30 a month to $50 a month. The only level which is free is level 0, you can take it, no strings attached, to see what features Codegym has to offer and if it works for you.

Vim Adventures

VIM Adventures

VIM Adventures

Vim Adventures is another cute online puzzle game for practicing and memorizing VIM’s keyboard shortcuts (commands, operators, motions). There’s no steep learning curve, the game is pretty straightforward and lots of fun. You start the game with the only ability to move up, down, left, and right, but as you progress you talk to people, collect items, and keyboard buttons, which add to the set of commands you give the cursor until you master VIM.

Shenzhen I/O

Shenzhen I/O

Shenzhen I/O

Twitter handle: https://twitter.com/zachtronics

Shenzhen I/O is a puzzle game that teaches how to build circuits and write assembly code based on provided elements. Although not focused on any specific programming language, it is one of the best games there is to learn programming concepts and skills necessary for many different jobs and purposes. If you’re interested in programming in the good old fashioned way, without the fancy frameworks or IDEs, then this game will allow you to practice in full.

In Shenzhen I/O, which is available for somewhat around 10 dollars, you’ll build circuits using a variety of components from different manufacturers, like microcontrollers, memory, and logic gates; write code in an assembly language; read the manual with over 30 pages of original datasheets, reference guides, and technical diagrams; build your own games and devices in the sandbox.

Games for kids:

CodeMonkey

Codecombat

Further resources on the blog:

 

About the author

Stay Informed

It's important to keep up
with industry - subscribe!

Stay Informed

Looks good!
Please enter the correct name.
Please enter the correct email.
Looks good!

Related articles

15.03.2024

JAMstack Architecture with Next.js

The Jamstack architecture, a term coined by Mathias Biilmann, the co-founder of Netlify, encompasses a set of structural practices that rely on ...

19.01.2024

Training DALL·E on Custom Datasets: A Practical Guide

The adaptability of DALL·E across diverse datasets is it’s key strength and that’s where DALL·E’s neural network design stands out for its ...

12.06.2023

The Ultimate Guide to Pip

Developers may quickly and easily install Python packages from the Python Package Index (PyPI) and other package indexes by using Pip. Pip ...

9 comments

Marina Vorontsova December 4, 2019 at 2:59 pm
1

Thanks to the users of reddit, we have the following suggestions to add to the above list:

1) Human Resource Machine – a great introduction to assembly programming TIS-100 – Zachtronics game about parallel programming
2) Exapunks is more fun and slightly more approachable language.
3) Spacechem is visual programming and better for newbie programmers to hone their algorithmic thinking.
4) Opus magnum is even further along the spacechem route of visual and better for newbies.
5) Screeps

Kevin-Whinnery December 4, 2019 at 6:32 pm
1

Hi there! I’d love it if you’d give TwilioQuest a try as well:

https://www.twilio.com/quest

You can learn Python, git, JavaScript, and Twilio APIs as you earn loot and XP for your character.

 
Marina Vorontsova December 5, 2019 at 7:29 am
0

thanks for your comment!

Nikita Bragin December 6, 2019 at 11:24 am
0

Was a cool game here https://www.fightcodegame.com/ hope they restore a domain name

My friend recommended this game https://pikabu.ru/page/interview/jobseeker/?t=frontend2 but only who knows Russian

Oliver December 11, 2019 at 5:25 pm
1

Great article, Marina! As a wannabe programmer I can say that Codingame is probably the best on this list. I would also love to include BitDegree here as well since some of the courses there really resemble a similar experience that codingame gives you. Try space doggos 2 and see for yourself!

 
Marina Vorontsova December 12, 2019 at 1:11 pm
0

Thanks, Oliver! I really appreciate your suggestions!

Bryce Liskovec April 10, 2020 at 1:36 am
0

The only addition i have is CodeSignal https://app.codesignal.com/arcade (formerly CodeFights). I wasn’t aware of the the majority that you listed in this post and so I really appreciate your putting this great resource together!

Jason Miller February 26, 2021 at 9:46 pm
0

I have tried Code Miner: A Programming Game at https://leanspiration.net/CodeMiner
I’ve just started learning web programming from w3schools and Udemy, but most coding games are made for kids (block-based and cute). Code Miner is for adults (real JavaScript to program a robot), and I like the experience so far. Will be good for practicing.

Sign in

Forgot password?

Or use a social network account

 

By Signing In \ Signing Up, you agree to our privacy policy

Password recovery

You can also try to

Or use a social network account

 

By Signing In \ Signing Up, you agree to our privacy policy