Jump to content


Master's Project Suggestions


6 replies to this topic

#1 harry_g

    New Member

  • Members
  • Pip
  • 2 posts

Posted 10 September 2005 - 09:37 PM

Hi ,
I am currently doing my master's in information technology. We were exposed to Ai , this year , & i find it very facinating.Other field which interests me is the feild of graphics.

Well as a part of my course work , we are supposed to do a project , spanning around 5 months.Initially i was planning to go with the graphics project but soon i realized it was not feasible as i was lacking meat on the subject at hand. Right now i am planning to implement the game of chess as my project.

I have read quite a few articles on develelopment of the game.Theoretically i find quite a few of the sections to be a challenge to implement.Which brings me to the part that i am not the "greatest programmer ever".

Thus my million dollar question is , is it feasible to chuck out a game of chess in the stipulated period ?? (considering i am not great at programming , i know C++ / Win32 Api). A number of people have warned me about the repercussions of this choice.

If you guys feel , its not feasible , could you suggest me something that is. I am not interested in language processing projects , something like ELIZA :)

Advice of any form is welcome.

Cheers.

#2 Ed Mack

    Senior Member

  • Members
  • PipPipPipPip
  • 1239 posts

Posted 10 September 2005 - 10:15 PM

Chess is a very large computational task, and to do it well would take a lot of effort. A game with simpler rules may very well be a better project, because you'd have time to polish it and make it really shine.

#3 geon

    Senior Member

  • Members
  • PipPipPipPip
  • 939 posts

Posted 10 September 2005 - 11:19 PM

Exactly. I'd go for Othello/Reversi. It has really simple rules, and is possible to implement without too many bugs.

(edit: spelling)

#4 NomadRock

    Senior Member

  • Members
  • PipPipPipPip
  • 785 posts

Posted 11 September 2005 - 06:39 PM

Hehe, I have a similar course and I have a similar requirement for a semester long project. I am going to see if I cant pull together several AI techniques and build a program that can play one side of a simple RTS effectively.
Jesse Coyle

#5 harry_g

    New Member

  • Members
  • Pip
  • 2 posts

Posted 12 September 2005 - 07:19 PM

Thanks for the suggestion's . I have decided to drop chess.

I am currently looking forward to the game of othello & checkers. Othello on one hand i find would be fun to implement , but on the other has a narrow scope. Checkers seems to be the perfect fit. From the looks of it alpha-beta pruning should do the trick for the same.

Is there any thing else i can do to add the complexity to the project ?
(ie if i am done with the bare basics 2/4/6 ply search.) I was thinking something like a machine learning which would adapt to the players skill level.or , letting the user select a particular algorithm for generation the game tree :blush:
Any other candidate programs you guys can think off ?

Cheers

#6 geon

    Senior Member

  • Members
  • PipPipPipPip
  • 939 posts

Posted 12 September 2005 - 10:06 PM

If you go for Othello, you can evolve a neural network for the heuristic board evaluation.

It's nice, since you can implementet it if you have the time. Othewise, just drop it, and noone will know.

#7 Nodlehs

    Valued Member

  • Members
  • PipPipPip
  • 152 posts

Posted 13 September 2005 - 03:35 PM

I would suggest finishing it, with polish, then attempting to add other features. Once you have a base completed and something to show thats polished, you can really experiment and not be limited by time, or have to drop something mid project cause your running behind.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users