HTML5 and JavaScript Game Development Competition in just 13 kB

Req N' Res

Navigate the HTTP Request and find the HTTP Response "200 OK"!

Categories: desktop, mobile

Feedback from the experts

Jupiter Hadley: Challenging maze!

Ale Bles: The concept is interesting. I'd look into abstracting more parts of the code, there's a lot of duplicates that could save you a lot of size (for example: /src/draw.js#L72). The game itself works fine and is fun to play.

Noël Meudec: This is a maze game with a Gameboy skin. I really liked the skin, and the graphics are good enough. I completed the first level and got lost in the second one. Here are suggestions to make the game better: - Add some sounds/musics - Add a mini-map (it appears on the screenshot of the game, but not in the actual game). Without it, the game is almost unplayable. It doesn't help that all the walls are the same (I mean, gray). - Add more game mechanics (as I played only 2 levels, I might not have seen all the mechanics you implemented, but the ones I have seen were not particularly exciting) Overall, it is a simple maze game that got me lost. It looks OK, but without a mini-map and a couple of more exciting features, it is definitely not for everyone.

back