Welcome to GameHourz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Othello

 
   Game Forums (Home) -> AI Games RSS
Related Topics:
[REQUEST] Minimax alpa beta algorithm for Othello games - any body help me please... i want to implement minimax alpa beta algorithm for othello games... anybody have the source code.... please share it to me, please ;-) please mail me at Thanks for alllllll ;)

TBC Fast Package(1-70) - Any Class Free 2000G - Wow per level per level. Dear Sir or Madam Hot Sale!For all of our news and are some Special Package! We now provide measured by..

A* and multi-goals - Hello, I am using A* to find the shortest path in a 3D I have waypoints at each rooms, points to create the graph. At the moment I can select a start and goal node, the A* algorithm do the rest and my

bigtest - bigtest

AI and C# - HI all... does anybody know a book about AI, which includes examples in c#? thx for reading ;)
Next:  Bot Builders - Building Better Bots!  
Author Message
Atul S. Vasu

External


Since: Nov 19, 2004
Posts: 2



(Msg. 1) Posted: Fri Nov 19, 2004 3:05 am
Post subject: Othello
Archived from groups: comp>ai>games (more info?)

Hi every1,

I developed an othello game in my free hours. But it loses badly
with WZebra.
I didn't check with any other famous program. (-16 to -32 range).

It does play well against me and programs like KReversi (best 59/0
worst +30). It defeats Iagno peacefully, (Both of these programs are
built-in in Fedora Core 1 and 2).

It plays well against most of the applets. It can defeat Ajax at
highest level only if I put a search depth 12 for my program. All
other applets I tried lost with my program.

Can any1 help me by testing the program and suggest improvements.

Or can any1 help me by providing help on how to optimize algorithms,
where to
find them ( I did a lot of googling... the result is my program).

I also welcome people who use to play othello to test and comment on
it. I have no idea how well it plays with (good) human players.

Or some1 can help me to port it to other O.S.'s.

You can download from
http://www.cs.iitm.ernet.in/~atulsv/simullo.tar.bz2
Or go to http://www.cs.iitm.ernet.in/~atulsv/new.html

Installation
tar -jxf ./simullo.tar.bz2
make
make docs (required only if you want to see the documentation)
Documentation is not complete.

In gcc-3.4.0 or above you can do profiling to improve check the
contents of
makefile.

Run the program using ./glsimullo -P or ./yglsimullo -P or
../simullo -P (without graphics)
with out -P you will get a help on how to set the levels.

In case you don't have freeglut change the file glmain.cpp header
#include <GL/freeglut.h> to #include <GL/glut.h>
and in the makefile
GL_LINK = -lGl ... -lfreeglut-1.3 -Xxf86vm -X11 to
GL_LINK = -lGl... -lglut -lX11
It may work if you have glut. But never tried recently.

Run make in ./dox/latex/ for a dvi output of documentation.

Thank you.
Atul S. Vasu

 >> Stay informed about: Othello 
Back to top
Login to vote
Display posts from previous:   
   Game Forums (Home) -> AI Games All times are: Ekaterinburg, Islamabad, Karachi, Tashkent (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]