phppaper Posted March 13, 2008 Share Posted March 13, 2008 Can php write motion games such as chess games online?? if so, how?? If not, what language can do the job? Link to comment https://forums.phpfreaks.com/topic/95939-php-writes-motion-games/ Share on other sites More sharing options...
berridgeab Posted March 13, 2008 Share Posted March 13, 2008 Can php write motion games such as chess games online?? if so, how?? If not, what language can do the job? PHP is more built for Data Injection, manipulation and retreival, but no reason you couldn't, its entirely possible, but you would need: - User Interface i.e The Chess Board, you could make a rudimentary one with CSS and a bit of Javascript However I would much recommend something like Flash or Java, the actionscript in that is advanced enough to do what you want to do. You could probably find a Free Chess Board plugin for your website if you did a quick Google search anyway, making the Move rules database would be hard enough, let alone building an Intelligent A.I that uses them to win. Link to comment https://forums.phpfreaks.com/topic/95939-php-writes-motion-games/#findComment-491147 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.