GAME: The game plays. It is very difficult not to hit the edge as some fruits appear very close to it. I think some even appear in a way that makes it impossible to hit them. You could have adapted the calculations of their location so they appear more toward the inside. You did not adapt the width and height of the objects in the code to match the images, so hitting the fruits is even more difficult. It is playable on mobile technically. But it is extremely difficult to avoid hitting the edge on mobile. Something should happen when you hit the edge. The game just stalls and nothing happens. There should be a You Lose frame or something. I see in the code you did attempt to make an image appear, but there are errors in the code there, so this does not work. Errors are triggered in the console. You should keep an eye on it while you work to spot such errors and fix them. It is good that you developed different versions of the game, with varying speeds. It would have been even better if you had made them work within the same file. The labels on the top left are all painted at the same place. So we cannot make them out, and it look wrong. The graphics could be more elaborate. The sounds work. You should have designed your own win image. Also, it is not transparent, so it looks odd. Your fruit and player images should have been cropped closer to the graphic.

WEBSITE: The design and presentations could be more elaborate. You could have designed buttons, for example, instead of just lining up links. Make sure you always assign a font to the elements. All the texts appear in the browser’s default font. You need to specify the fonts and everything else so your design is distinctive. Avoid centre aligned paragraphs of text, like on the “how to play” page.