Page 2 of 3
Re: Museum computer go
Posted: Sun Feb 09, 2020 3:15 pm
by xela
And wrote:
please upload the compiled program here or on google drive
I don't think that's going to help you. I use Linux. If you're not on a Linux computer, then my compiled program won't work for you. And if you are on Linux, then compiling it yourself is very easy.
I'll attach the edited version of the code. If you can manage to
install gcc for your system, then compiling wally should take only a couple of minutes. Rename the wally_edited.c.txt file to wally_edited.c (sorry, this site's policies don't allow uploading .c files), open a command prompt, go to the folder where wally_edited.c is stored, and type "gcc wally_edited.c". That's it.
Re: Museum computer go
Posted: Sun Feb 09, 2020 3:37 pm
by And
thanks! yes, Windows. maybe I’ll figure it out somehow
Re: Museum computer go
Posted: Sat Feb 15, 2020 10:27 am
by counting
And wrote:thanks! yes, Windows. maybe I’ll figure it out somehow
I compile it with cygwin, it should have worked in most windows system.
Re: Museum computer go
Posted: Mon Feb 17, 2020 3:33 pm
by And
thanks It works!
Re: Museum computer go
Posted: Mon Feb 17, 2020 3:36 pm
by And
510 bytes! interactive GUI with undo and redo + rules of the game (with ko, but no superko). Next step: add 4-bit neural network, and beat GNU Go.
https://twitter.com/Remi_Coulom/status/ ... 6450946048
Re: Museum computer go
Posted: Thu May 14, 2020 9:15 am
by And
Free engines list (33 availables, 27 with sources)
http://ricoh51.free.fr/go/engineeng.htm
Re: Museum computer go
Posted: Mon Jul 13, 2020 1:55 am
by And
WinHonte - perhaps the first program using the neural network algorithm. plays at the maximum level ~ 5k. Size: 826 KB
https://winhonte.software.informer.com/download/
WinHonte got a favourable review in the AGA E-journal #64:
"... I saw immediately just how much go programming had improved."
"... I was particularly impressed with WinHonte's tactics; it came up
with clever sequences often enough that it couldn't be by accident."
"... Most surprisingly, WinHonte plays very much like a human, making
similar moves and mistakes to other players of its level. WinHonte's
author rates the playing strength of the program at 4-9 kyu, an
assessment that seems fair from my experiences."
"...Overall, I found WinHonte to be a worthwhile go playing program.
Its low price ($30) compares favourably to competitors, and it is
strong enough to give beginners a good game."
2004 program! but plays better than some new programs!
(this free trial version of WinHonte only plays and evaluates at level 1 when more than 100 stones are on the board)
any boards 9x9 - 19x19, 100 moves are usually enough on small boards.
maybe someone has preserved the full version? interesting to see. write in pm
Re: Museum computer go
Posted: Sun Nov 13, 2022 4:57 am
by Zentek
Hey,
as i like to collect old programs, i would like to ask you all, whether or not someone has the old DOS Files for Handtalk somewhere.
I already found the 9x9 version, but I want the full DOS Version.
Has someone these files?
greetings
Re: Museum computer go
Posted: Sun Jan 08, 2023 5:32 am
by deungsan
"as i like to collect old programs, i would like to ask you all, whether or not someone has the old DOS Files for Handtalk somewhere.
I already found the 9x9 version, but I want the full DOS Version."
You could download a zip file of Handtalk go engine (2000 version) here
https://m.blog.naver.com/copymach/220442380107
Re: Museum computer go
Posted: Sun Jan 08, 2023 6:46 am
by And
deungsan
thank you very much!
Re: Museum computer go
Posted: Sun Jan 15, 2023 12:04 pm
by And
deungsan
the program runs in windows, 7 levels, approximately from 5 kyu to 11 kyu. interestingly, it makes moves instantly!
Re: Museum computer go
Posted: Sun Jan 15, 2023 8:27 pm
by Dragon
deungsan for 2000 awesome! is there anything else ancient?

Re: Museum computer go
Posted: Sat Mar 11, 2023 11:01 pm
by And
Play a game of Go in your text editor, using GnuGo
https://github.com/AndrewRadev/gnugo.vim
Re: Museum computer go
Posted: Sat Mar 11, 2023 11:20 pm
by And
Minimalistic GUI for playing Go with GnuGo (or another GTP-speaking go-playing computer program)
https://github.com/xyproto/monkeyjump
Re: Museum computer go
Posted: Thu Mar 23, 2023 7:40 am
by And