Skip to main content
GameDev.net gamedev.net
🔒 Locked

AJAX Tiles Game

Started by ToohrVyk Apr 15, 2011 at 6:13 PM 0 replies 1.4k views
Original Post
ToohrVyk
ToohrVyk
Greetings, GameDev-ers.

I have a little challenge for you lot. I've written a small browser-based game where two players have to conquer a pristine white board by painting the tiles in either red or blue. You can view it here. The important detail is that you're not expected to play it. The game plays itself by asking the Red and Blue AIs for the moves they wish to make, and you only get to watch two artificial intelligences duke it out on a virtual board.

Oh, and you can write your own AIs, upload them to a web server somewhere, and paste their URL in the Red AI or Blue AI boxes, to see how they fare against mine (or others which might be posted in this thread). I've posted a GitHub project that contains the PHP code for my AIs, along with a README that explains how you can implement it in other languages. And you could also read the relevant blog post for the game.

Looking forward to seeing your Artificial Intelligence masterworks.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.