Project Aims

The aims for the project are to create a platform game that teaches the user to code. The user will control a character, as of right now that character is the robot you will see character development for on this blog.

The game will work like this:

The player runs through the world. Equilibrium is in place, everything appears in order. This part of the game will act as a tutorial for movement. Simple W,A,S,D controls. Just as the player reaches the end of the level it will all fall apart, colour will fade and the equilibrium will be broken. The player character will also malfunction.

The player will then have to reboot the character using code, however the character only reboots in a low-power state. Most of the character’s memory will be scattered across the world for the user to find. The memory will be RAM, as that is very fitting of the situation.

For every piece of RAM the player collects, the character will regain some knowledge. That knowledge will be an element of code, gradually getting more, and more complex.

The RAM is important because the code associated with the RAM will help the player solve the problems they will face in the game. For example; Player picks up RAM and learns brackets “()”. The player will continue in the level to a broken element. By the side of the game will be the code screen. The player will debug the code by adding the brackets they have picked up (A tutorial for this will be in place to set them off). The player fixes the game, gets a reward of some sort and continues.

Later, as the game progresses in difficulty, multiple pieces of RAM, with longer bits of code will be picked up. The player will reach the problem of the level and will now have to think about which piece of code fits. Like a puzzle but the player will have to actively think and solve this problem by using the knowledge they have learned form playing the game.

*A side not here is that when the payer character picks up the RAM, the character will say something along the lines of “That’s great! I now remember (insert code here). This piece of code means this… and when (insert code here) is used, this is possible/can happen.*

The RAM pickup will not be near the problem in the level. This will encourage the player to remember the code and figure out the problem themselves.

We are yet to discuss a points/rewarding system for the game. We want it to be as encouraging as possible, but also rewarding so we want to apply gamification so that the user feels like they are accomplishing tasks as they go. Perhaps things along the lines of:

– Aesthetic rewards
– Points/high scores
– Extra characters
– Bonus levels
– Desktop backgrounds
– Avatars

This is something we will discuss and research.

The target audience for this game is yet to be set in stone, but we will come to it in a later blog post when we have the rest figured out.

– Ryan & Dylan

Competitor Conclusion

We have established that we have competitors that cover almost everything coding-game related, but we have also established that these competitors could do certain things better, like layouts of some of their games for example.

We’re not trying to become a huge brand, we’re not trying to take anyone’s place; we are just simply trying to add a new, more educational game to the current market in the hopes that it can be of help to people trying to learn code.

Competitor Analysis: Tynker

Another competitor we will face is Tynker.

Tynker

Tynker is an American website with games to help children learn to code. The age range specified on the website starts at kindergarten and ends with grade 6+. Making it similar to the U.K’s primary school level. The website is also part of the ‘Hour of Code’ campaign.

Similarly to Code.org, Tynker has a range of games from beginner to intermediate. The beginner games tend to focus on the drag ‘n’ drop technique, however the block of code that has to be dropped is simply just a word; for example ‘Walk’, whereas Code.org has the actual code written on a block.

Tynker Code

 

Unlike code.org Tynker is a profitable business, in which visitors to the site can purchase ‘plans’ for programming courses and a Minecraft server.

Tynker Plans

The Minecraft server is included because a fair amount of the programming is Minecraft based, such as mods, skins and textures. This is a great way for getting kids involved because children tend to enjoy Minecraft and by doing this, they are being directly involved with a game they like.

In terms of competition with this company, we would be able to produce a better version of their beginner games as a starting point because we want our users to learn, not just memorise blocks. We also want our users to understand the code itself and how and why it does what it does. Tynker doesn’t seem to do this (in it’s beginner games anyway).

– Ryan

Padlet

Today we have set up a Padlet so that we can collaboratively work on mood boards to develop our ideas.

Here we will add images of art styles, level designs, things we like from other games, colours, character designs and anything else we can find to generate an overall feel for our project.

Padlet

 

(Click image to view Padlet)

– Ryan

Competitor Analysis: Code.org

By typing ‘coding games for kids’ on Google we are greeted with an array of search results. One of which in particular is code.org. Code.org offer 172 results for games that teach/help kids of a wide spectrum of ages learn how to code.

code.org

 

The non-profit organisation is a huge competitor for our project because they have already engaged 10% of all students in the world, organise the annual Hour of Code campaign and has donors such as Microsoft, Facebook and Google (https://code.org/about).

 

Competing with such a huge and largely backed organisation would be like bringing a plastic spoon to a gunfight. It just isn’t going to happen and isn’t worth the effort.

 

However, what if we weren’t to compete, but instead add to the existing catalogue of games in their library with something slightly different, or something that engages the children in a different way?

 

We have noticed from playing a handful of games on the website that the code isn’t really explained. On some games it’s a block of code in which the user drags and drops into position on the coding screen and in more advanced games the code is shown on screen but the user has to manually type the code in, in order to progress, like this…

Example Game

 

(Click the image above to play the game in a new window)

We would like to create a similar game to above, perhaps more puzzle based; and we want to include reasons for why the code is why it is, so that the user is able to remember better and go on to code their own games.

 

– Ryan