用户名: 密码:
新用户注册
监管者: Cheri 
 Pente


Pente & its variants.

Here are the Pente rules for beginners



每页的消息:
讨论板列表
您未权限在该板张贴消息。只有最低脑兵级别的会员才允许张贴在该板。
状态: 所有人能发表
帖子搜索:  

13. 三月 2009, 23:11:10
tarcellius 
题目: Writing a pente AI
tarcellius修改(13. 三月 2009, 23:11:32)
Hi pente players,

I teach a high school programming class part-time, and for an upcoming class project I am considering a pente game. The students already have a GUI framework provided for them that handles images in a grid fairly well (see http://www.horstmann.com/gridworld). In writing their game, I would like to have the students implement a simple AI to play against.

I could brush up on general turn-based strategy algorithms, and then apply them to pente to write the project demo. But frankly, I can only spend so much time on my part-time job, so I don't have the time to try several different approaches before settling on a decent one that isn't too much coding for my students to handle.

So, can anyone point me to any resources for this effort? I'm looking for outlines for existing AI algorithms that are known to work reasonably well without massive coding. Or even the source code to an AI which I can pare down for my students (Like Mark Mammel's AI). Or any other pointers.

Thanks!
tarcellius

13. 三月 2009, 23:28:53
chaated 
题目: Re: Writing a pente AI
chaated修改(13. 三月 2009, 23:31:00)
tarcellius:
In a general sense, you could try to reference the AI of a chess program. The best, easiest one I've seen is Tom's Simple Chess Program that you can find at this website:
http://www.tckerrigan.com/Chess/TSCP

It follows the general need for board game AI:
1.) find legal moves (harder in pente than chess since more legal moves available for the most part) and potentially prune out terrible ones
2.) find a way to assign a score to a position
Hope that helps!

16. 三月 2009, 23:22:45
tarcellius 
题目: Re: Writing a pente AI
chaated: Thank you, chaated. That helped.

I ended up assigning a Go-Moku project, instead, just to make it a little simpler. But I think the kids will have fun. Thad, you can enroll next year. ;)

13. 三月 2009, 23:50:38
Thad 
题目: Re: Writing a pente AI
tarcellius: Can I take your class? I'd LOVE to learn that stuff!! ;-)

日期和时间
在线的朋友
最喜欢的讨论板
朋友群
每日提示
Copyright © 2002 - 2024 Filip Rachunek, 版权所有
回顶端