douglasbagnall / p4wn

a smallish turn-of-the-century javascript chess engine
http://p4wn.sf.net
113 stars 33 forks source link

UCI support #21

Closed lazyweirdo closed 7 years ago

lazyweirdo commented 7 years ago

Nice engine ... what about UCI support ? does it already support it ? i would integrate it here http://standardchess.com as an option for analysis

Cheers

OMerkel commented 7 years ago

Hi, see https://sourceforge.net/projects/jsuci/

"The progam is based on the Google V8 Javascript Engine. This program expects the path to the .js file of the engine in the first parameter. A wrapper for the open source Javascript Engine p4wn by Douglas Bagnall is provided as an example. "

lazyweirdo commented 7 years ago

Ok, thanks .. finally, it is what i was looking for :D

douglasbagnall commented 7 years ago

thanks Oliver.