Javascript port of Stockfish

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

whittenizer
Posts: 85
Joined: Sun May 29, 2011 11:56 pm
Location: San Diego

Re: re: PRNG

Post by whittenizer »

Hi Martin,

After a week or so pounding my head on how to get things ported over to JavaScript, it's proving to be way too much work. I've learned alot of cool JavaScript techniques along the way in my attempt so it's not all in vain I suppose.

Anyways, I'm going to do it in C# instead. I couldn't get the "pop_1st_bit" functionality to work in Javascript, and I even had to slightly modify a few things to get it to work in C#.

I'll be using it in a Silverlight app I'm working on. I'll keep you all posted on my progress.

Thanks much, David