Microsoft Research Releases Code Hunt, A Browser-based Game Focused On Coding

Reading time icon 1 min. read


Readers help support MSpoweruser. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more

Microsoft Code Hunt

Microsoft Research has recently released Code Hunt, a browser-based game for anyone who is interested in coding. It is based on the fact that people can be more effective and sustainable when coding is fun. Codehunt uses puzzles, which players explore by means of clues presented as test cases. Players iteratively modify their code to match the functional behavior of secret solutions. Once their code matches, lights flash and sounds play, letting players know that they have “captured” the code. Players then get a score, which depends on how elegant their solution is, and are encouraged to move on to the next puzzle or level. Players can use either C# or Java to play this game.

Code Hunt was developed by a team in Microsoft Research led by Principal Development Lead Nikolai Tillmann and Principal Research Software Engineer Peli de Halleux. It is based on Pex, Microsoft Research’s state-of-the-art implementation of dynamic symbolic execution (analyzing a program to determine what inputs cause each part of a program to execute), which is available as a Power Tool in Microsoft Visual Studio.

Go to www.codehunt.com and start coding!

Source: Microsoft

More about the topics: Browser based, Code hunt, game, microsoft, research, students

Leave a Reply

Your email address will not be published. Required fields are marked *