HTML5 and JavaScript Game Development Competition in just 13 kB

space capture

Click the bars alternately and enclose them in a square to create a space. The one with the most spaces wins!

Categories: desktop, mobile

Feedback from the experts

Ahmed Khalifa: First of all, congratulations for finishing your game for the JS13k. this is really interesting game that reminds me of Go and couple of classic board games. I think it is pretty interesting, My only two problems is the slow start of the game which is the same as Go, which is good for strategy but it make you lose a lot of the action fast audience. I would recommend maybe having different boards that push toward the interactions of doing stuff like some walls are already created, areas that are blocked, etc. Another problem, is when you do a mistake the other player will get a lot of squares. you might want to try to make something that pushes the player not to capture too much squares like there is a bonus on certain lines for walls that if you capture, or the number of square you capture will give the other player more moves per turn, etc. overall, great game and congratulations on participating in the js13k.

Björn Ritzl: Fun! You really need to pay attention to the opponet's move as it is not possible to see what the last move was. An improvement maybe?

back