Hey there,

there are none that I'm aware of. But if you're looking for ideas I'd
suggest having a look at https://github.com/pasky/michi. It's written in
Python but should be fairly easy to read as the code base is so small. I'm
still in the process of implementing/stealing stuff from Michi for my Go bot
<https://github.com/ujh/iomrascalai> (written in Rust).

Urban

On Thu, Aug 27, 2015 at 3:28 AM, Daily Pro Go <dailypr...@gmail.com> wrote:

> Short version: Is anyone aware of any attempts at writing a program to
> play go in javascript?
>
> Long version: I am a longtime (4-5dan) go player and hobbiest programmer
> and wanted to try exploring some of the challenges around writing a go
> playing program. However, javascript is by far my strongest coding language
> and I didn't think it would be wise to dive into a less familiar language
> at the same time I'm learning about lots of other new things like MCTS. I
> know there's a performance penalty for a language like js, but since my
> first attempts will probably be quite crude anyway, this seems like
> something I can defer until later. With all that said, do you know of any
> other js go playing programs that could provide some good initial
> stubs/ideas as I try to dive in? I'd be particularly interested if anyone
> has already made a link between gogui and a javascript program.
>
> Thanks!
>
> _______________________________________________
> Computer-go mailing list
> Computer-go@computer-go.org
> http://computer-go.org/mailman/listinfo/computer-go
>



-- 
Blog: http://bettong.net/
Twitter: https://twitter.com/ujh
Homepage: http://www.urbanhafner.com/
_______________________________________________
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go

Reply via email to