First tic tac toe AI contest

Indie-Resource announcements, news and any site discussion.
Post Reply
User avatar
a_bertrand
Posts: 1536
Joined: Mon Feb 25, 2013 1:46 pm

First tic tac toe AI contest

Post by a_bertrand »

Try this:
http://temp.nowhere-else.org/tic_tac_toe/

The framework offers you 3 different (stupid) AI to try your own AI against.
You can write your JS code in the text area under and press start. Again, don't expect super smart AI from my side as I did skipped a couple of things on purpose.

It would be smarter also to not copy my own AIs for your code. Of course you are free to browse all. The comment in the default user AI shows the different functions you can use. You don't need to know much of JS to try and participate.

For your submission, either post it on the forums (but then accept that others WILL re-use and discuss your code) or send me via PM.

Criteria:
- Does it work?
- Win most or all the time?
- Prevent the other to make good move?
- Nice and clean code

I would say for this first contest, the prize should be pretty low... 5$ sent over to your paypal. Why? Because it is not overly complex and if the AI are well done, there should be no winner. Next one will be a http://en.wikipedia.org/wiki/Connect_Four game, if we have enough people interested, and then I shall give away a license to one of my engine.

P.S: yes all the art and code is self done ;)
Creator of Dot World Maker
Mad programmer and annoying composer
User avatar
a_bertrand
Posts: 1536
Joined: Mon Feb 25, 2013 1:46 pm

Re: First tic tac toe AI contest

Post by a_bertrand »

Also, don't worry to ask things on this thread. Me or somebody else will most likely try to help you or even discuss some strategies.
Creator of Dot World Maker
Mad programmer and annoying composer
User avatar
a_bertrand
Posts: 1536
Joined: Mon Feb 25, 2013 1:46 pm

Re: First tic tac toe AI contest

Post by a_bertrand »

Fixed a bug, and now when you move the mouse over the log entries (on the right) it shows how was the board at that time.
Creator of Dot World Maker
Mad programmer and annoying composer
User avatar
vitinho444
Posts: 2819
Joined: Mon Mar 21, 2011 4:54 pm

Re: First tic tac toe AI contest

Post by vitinho444 »

Is there a timeline?
I need to study for a test this saturday, and then i need to do a programming final project till 15th December. I would like to try it this Saturday after the test :)
My Company Website: http://www.oryzhon.com

Skype: vpegas1234
User avatar
a_bertrand
Posts: 1536
Joined: Mon Feb 25, 2013 1:46 pm

Re: First tic tac toe AI contest

Post by a_bertrand »

I was thinking end next week or something.
Creator of Dot World Maker
Mad programmer and annoying composer
User avatar
vitinho444
Posts: 2819
Joined: Mon Mar 21, 2011 4:54 pm

Re: First tic tac toe AI contest

Post by vitinho444 »

Ok works for me.
My Company Website: http://www.oryzhon.com

Skype: vpegas1234
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: First tic tac toe AI contest

Post by hallsofvallhalla »

very awesome! I will toy around with it shortly
User avatar
Ark
Posts: 427
Joined: Wed Jun 01, 2011 10:25 pm

Re: First tic tac toe AI contest

Post by Ark »

Awesome! One thing I would want for the framework is to have a global variable (Maybe called "userData"?) and that it will be emptied when a game finishes.
Orgullo Catracho
User avatar
Ark
Posts: 427
Joined: Wed Jun 01, 2011 10:25 pm

Re: First tic tac toe AI contest

Post by Ark »

Also for the prize maybe Halls or mods could place the name and picture on the front page. Just a suggestion.
Orgullo Catracho
User avatar
a_bertrand
Posts: 1536
Joined: Mon Feb 25, 2013 1:46 pm

Re: First tic tac toe AI contest

Post by a_bertrand »

why would you need a userData?
Creator of Dot World Maker
Mad programmer and annoying composer
Post Reply

Return to “Announcements and Site Discussion”