hvle Posted July 18, 2006 Share Posted July 18, 2006 I know it's not the best language to deal with AI, but has anybody done it?I'd like to write a Chinese Chess AI in PHP. If you don't know chinese chess, it's very similar to chess. Link to comment https://forums.phpfreaks.com/topic/14903-artificial-intelligent-by-php/ Share on other sites More sharing options...
extrovertive Posted July 18, 2006 Share Posted July 18, 2006 Is it something that can be played on a browser?Well, you gotta store the moves and stuff. Will the data be stored in a flat-file or relational database?Go to phpclasses.org, there's a Genetic Algorithm, which is AI. Link to comment https://forums.phpfreaks.com/topic/14903-artificial-intelligent-by-php/#findComment-59815 Share on other sites More sharing options...
hvle Posted July 18, 2006 Author Share Posted July 18, 2006 yes, i was thinking it'll store in db due to the size of the number of moves.thanks for the pointer. i'll check it out Link to comment https://forums.phpfreaks.com/topic/14903-artificial-intelligent-by-php/#findComment-59865 Share on other sites More sharing options...
KefkaIIV Posted July 19, 2006 Share Posted July 19, 2006 I am new to PHP, but all I know is people usually use C++ for making things like that?It'd be interesting if you could make it with PHP. I'd like to learn how then. Link to comment https://forums.phpfreaks.com/topic/14903-artificial-intelligent-by-php/#findComment-60537 Share on other sites More sharing options...
hvle Posted July 20, 2006 Author Share Posted July 20, 2006 same thing here, if you know of it anyhow, please let me know as well. Link to comment https://forums.phpfreaks.com/topic/14903-artificial-intelligent-by-php/#findComment-60840 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.