freevryheid / longbow

warband chess variant
MIT License
6 stars 1 forks source link

Place your game on my new website? #3

Open JohnAD opened 4 years ago

JohnAD commented 4 years ago

I just created https://nimgame.online ; a place for open-source nim javascript games. I mainly did it because I wanted an example running to demonstrate my webterminal library. I've got a game up on it called "Game of Knights" that uses that library for a web-based shell.

Your game would be perfect for this site also. I'm writing up the README right now on how to submit a game, but I'd be happy to simply put yours up while I'm working on the web site anyway.

Interested?

freevryheid commented 4 years ago

Hi John

Yes, I would be interested and would appreciate you putting it up. When I find the time I would like to continue working on the scoring function.

On an unrelated topic - have you perhaps given any thoughts to threading the negamax function?

Regards, Andre

On Thu, Nov 14, 2019 at 2:43 PM John Dupuy notifications@github.com wrote:

I just created https://nimgame.online ; a place for open-source nim javascript games. I mainly did it because I wanted an example running to demonstrate my webterminal library. I've got a game up on it called "Game of Knights" that uses that library for a web-based shell.

Your game would be perfect for this site also. I'm writing up the README right now on how to submit a game, but I'd be happy to simply put yours up while I'm working on the web site anyway.

Interested?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/freevryheid/longbow/issues/3?email_source=notifications&email_token=AACFSLSPRRXMBZNUEO7O4OTQTWZ67A5CNFSM4JNRMZYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZNZB2A, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACFSLRFOKMUTGLDRNJAW2LQTWZ67ANCNFSM4JNRMZYA .

-- Andre

JohnAD commented 4 years ago

I finally have more time over winter break. I'll try to think of a good/safe ways to add threading to Negamax.