HTML5 and JavaScript Game Development Competition in just 13 kB

Code-Farm

Its a two player one desktop game.

Here the first player plays as Tomato and the second one as Orange(by default).

The only way to win is by connecting the three respective fruit adjacently.

You can either connect the 3 Tomato/Orange horizontally, vertically or diagonally.

Click the empty squares to fill them as Tomato/Orange when your turn.

Every time Tomato/orange wins they get a point(respective fruit). And a final code is generated with a super logic :).

The final code generated with the super logic is then checked with the Farm Database. If the code doesn't match you get a 404 message asking you to play with new combination.

Enjoy the Code Farm!

Categories: desktop

Feedback from the experts

Jupiter Hadley: Everything works and it's a simple game, but I don't get the code thing.

Ale Bles: Classic three in a row, was quite sad to find out the final code will always be not found in the Database ;). Next time maybe have a field validator to check for a wining line instead of hardcoding them. That will allow you to create a bigger field. Maybe even add a simple RNG bot instead of 2p local.

Noël Meudec: The game is a variant of Tic Tac Toe. It is simple, functional and it looks OK. There are also sound effects, which is a welcome addition. I never managed to match with the combination after winning, I am not sure exactly what I am supposed to do. Is it base on pure luck? Here are a couple of things I would do to improve the game: - Explain better what the combination thing is about - Add more game modes, maybe one with an AI as testing the game alone wasn't particularly fun Overall, the game is a twist on Tic Tac Toe that would benefit from adding more exciting features. I might have missed something with the combination one, as I didn't really understand what to do about it.

back