Moves boardgame improved with artificial intelligence
4/8/2004 6:47:24 AM | Posted by:
CodeImp |
2 comments
Website
Moves, a logical boardgame programmed in Visual Basic, was previously only playable with an opponent on the LAN or Internet. Recently the game has been improved and artificial intelligence and can now be played offline versus your computer or you can set up one AI versus another and watch the show :)
The AI was first written in Visual Basic, but has been rewritten in C/C++ because of performance issues. The game source code, which is available from the site as well, shows a relation between the two languages using API calls. The AI is based on the NegaMax recursive evaluation method which is a very solid intelligence that works well with many logical games.
Get the Moves boardgame and/or the sourcecode from my website
|
|