Search found 10 matches

by Acumen
Wed Mar 09, 2016 3:12 pm
Forum: General Go Chat
Topic: 'Ancient Go' Steam Greenlight - Developer Here
Replies: 14
Views: 9535

Re: 'Ancient Go' Steam Greenlight - Developer Here

Hey! Thanks :)

Based on your rank, we played right? That was a great game! I've looked at the picture of the completed board a bunch of times thinking about that fight on the bottom.
by Acumen
Tue Mar 01, 2016 1:24 pm
Forum: General Go Chat
Topic: 'Ancient Go' Steam Greenlight - Developer Here
Replies: 14
Views: 9535

Re: 'Ancient Go' Steam Greenlight - Developer Here

I think I am going to have to try it out if the progression thing works out and is more fun. Although now that I am thinking about it that will require a good amount of code change for all the X,Y loop upper bounds.

Yeah as long as there is a Tengen the first player should have an advantage ...
by Acumen
Mon Feb 29, 2016 9:57 pm
Forum: General Go Chat
Topic: 'Ancient Go' Steam Greenlight - Developer Here
Replies: 14
Views: 9535

Re: 'Ancient Go' Steam Greenlight - Developer Here

You've given me a lot to think about!

I think there is some big potential for the unlocking of bigger boards idea on Steam. That is the kind of thing the player base loves.

I wonder if some even less conventional board sizes might work? 5x5 -> 5x7 -> 7x7 -> 7x9 -> 9x9. Or is square board just that ...
by Acumen
Sun Feb 28, 2016 7:27 pm
Forum: General Go Chat
Topic: 'Ancient Go' Steam Greenlight - Developer Here
Replies: 14
Views: 9535

Re: 'Ancient Go' Steam Greenlight - Developer Here

Wow some great stuff here.

Dontbtme: This seems like a really fun idea. I will be experimenting with it for sure. Agree should take off a lot of the new player pressure where people feel intimidated, while being interesting/novel enough to engage people who are improving and moving up to bigger ...
by Acumen
Sat Feb 27, 2016 9:21 pm
Forum: General Go Chat
Topic: 'Ancient Go' Steam Greenlight - Developer Here
Replies: 14
Views: 9535

Re: 'Ancient Go' Steam Greenlight - Developer Here

Thanks! Really it doesn't change the game at all and has a lot of overhead, but it gets people in! New players is the goal!
by Acumen
Sat Feb 27, 2016 5:07 pm
Forum: General Go Chat
Topic: 'Ancient Go' Steam Greenlight - Developer Here
Replies: 14
Views: 9535

'Ancient Go' Steam Greenlight - Developer Here

Hey everyone! I posted this on /r/baduk and am here also.

I am an independent developer, and noticed several months back there was no Go client on Steam so got to work. Since the Google AI announcement, I have been rushing to try and be ready to catch some of the people who discover Go exists due ...
by Acumen
Fri Dec 12, 2014 11:31 am
Forum: Computer Go
Topic: Algorithms Similar to Bensons? Mathematical Go
Replies: 0
Views: 3733

Algorithms Similar to Bensons? Mathematical Go

So I am making some progress on my Go AI. I am interested in taking a mathematical/board solving approach rather than using Monte Carlo or other similar methods that play out the board. Most similar to what I am doing that I have found is the Benson Algorithm.

m)

Are there algorithms for other ...
by Acumen
Tue Dec 02, 2014 3:14 pm
Forum: Computer Go
Topic: Would Like to Design a Go AI. Server with API?
Replies: 11
Views: 8585

Re: Would Like to Design a Go AI. Server with API?

Oh wow thank you. These links are great! More links in the KGS room and all other sites as well. Plenty of info to digest!
by Acumen
Tue Dec 02, 2014 1:49 pm
Forum: Computer Go
Topic: Would Like to Design a Go AI. Server with API?
Replies: 11
Views: 8585

Re: Would Like to Design a Go AI. Server with API?

Ow wow thank you! This is exactly what I am looking for. Happen to know if there are any other forums/good resources for go AI designers or am I in the right place?
by Acumen
Tue Dec 02, 2014 1:26 pm
Forum: Computer Go
Topic: Would Like to Design a Go AI. Server with API?
Replies: 11
Views: 8585

Would Like to Design a Go AI. Server with API?

Starting to get into go and really enjoying it. I am a programmer and think I would have same fun and learn more about the game by designing an AI.

Is there any server or native program which is easy to interface with or designed specifically for this? A C/C++ API would be great. What are other ...