Search found 10 matches

by dbxuau
Tue May 28, 2013 7:36 pm
Forum: General Topics
Topic: Universal Chessbot Client V2
Replies: 4
Views: 7331

Re: Universal Chessbot Client V2

Implementing clock options is a little tricky. What is has right now is the ability to know how much time has passed on each move and then subtracts from a "global clock" and feeds that information to the engine. The engine then knows how much rough time is left to calculate making a move. I will ...
by dbxuau
Fri May 24, 2013 2:52 am
Forum: General Topics
Topic: Universal Chessbot Client V2
Replies: 4
Views: 7331

Universal Chessbot Client V2

Hello, I am releasing my version 2 of the UCC which has many features and optimizations over V1. It will allow the following:

- Play against any GUI
- Automove mode | engine vs engine (e.g. UCC vs Arena or engine vs engine over a network)
- Training mode (no automove but display multiple PV lines ...
by dbxuau
Fri May 24, 2013 2:38 am
Forum: General Topics
Topic: Match between two Computers
Replies: 3
Views: 1913

Re: Match between two Computers

Or you could use my tool to play over the network using any chess engine, chess book, or chess gui. See here:

http://www.youtube.com/watch?v=qOpx9pZGq7k

Releasing it May 26th for $10 usd Paypal.
by dbxuau
Wed Dec 19, 2012 7:53 am
Forum: Engines, GUIs, Books and Platforms
Topic: V for Vendetta 2 (bin) Now Release
Replies: 3
Views: 2521

Re: V for Vendetta 2 (bin) Now Release

CTG version available?
by dbxuau
Wed Nov 28, 2012 8:40 pm
Forum: General Topics
Topic: Universal Chessbot Client V1.0 (beta)
Replies: 4
Views: 1850

Re: Universal Chessbot Client V1.0 (beta)

It won't be made readily available for people to simply download and start cheating with. I've thought far beyond that and have planned to deter it to an extent.
by dbxuau
Wed Nov 28, 2012 7:41 pm
Forum: General Topics
Topic: Universal Chessbot Client V1.0 (beta)
Replies: 4
Views: 1850

Universal Chessbot Client V1.0 (beta)

I'm proud to introduce to the world the first fully-functional cross-platform concept of a "Universal Chessbot Client". Albeit it is still in beta and being shaken of periodic bugs by a handful of friends, it is without a doubt the most powerful adaptable chessbot ever. Watch the following video to ...
by dbxuau
Thu Dec 22, 2011 12:26 am
Forum: Programming and Technical Discussions
Topic: Compiling Stockfish MSVS 2010
Replies: 4
Views: 4081

Re: Compiling Stockfish MSVS 2010

How does this compare to using the ICC compiler for POPCNT? Does the MS compiler do popcnt enabling as well? Curious which one runs better once compiled. Cheers
by dbxuau
Sat Dec 17, 2011 9:51 pm
Forum: General Topics
Topic: How do I compile stockfish on windows 64?
Replies: 2
Views: 1851

How do I compile stockfish on windows 64?

Hello, I need some guidance with compiling stockfish. I am on windows 7 64bit and just installed visual studio ultimate. I would like to compile the "fastest" and most optimized version for the i7-cpu. Furthermore, I am trying to figure out how to hardcore some of the default uci values, forexample ...
by dbxuau
Sat Dec 17, 2011 9:09 pm
Forum: General Topics
Topic: How do I compile stockfish on windows 64?
Replies: 2
Views: 1851

How do I compile stockfish on windows 64?

I would like to dabble into stockfish so I just installed visual studio 2010 ultimate and downloaded the source. I imported everything into visual studio fine, but now what? I hear about all these special commands and settings you have to do with POPCNT and optimization etc. Can someone guide a ...