Page 1 of 25

The Secret of Chess

Posted: Tue Aug 01, 2017 5:10 pm
by Lyudmil Tsvetkov
Hello everyone.

I wrote a new book, titled 'The Secret of Chess'.

It is available for a modest charge here: http://www.secretofchess.com

I would have offered the book free to everyone on this forum, but, unfortunately, I had to leave my job couple of years ago, to be able to fully concentrate on chess.

So, my only alternative to trying to sell a few copies would be to go taxi-driving. (In Bulgaria, most educated people drive taxis)

More about the book and some excerpts on the above site.

PS. If anyone buys, please advise if things work, I am doing this for the first time.

Re: The Secret of Chess

Posted: Tue Aug 01, 2017 6:37 pm
by Guenther
Lyudmil Tsvetkov wrote:Hello everyone.

I wrote a new book, titled 'The Secret of Chess'.

It is available for a modest charge here: http://www.secretofchess.com

I would have offered the book free to everyone on this forum, but, unfortunately, I had to leave my job couple of years ago, to be able to fully concentrate on chess.

So, my only alternative to trying to sell a few copies would be to go taxi-driving. (In Bulgaria, most educated people drive taxis)

More about the book and some excerpts on the above site.

PS. If anyone buys, please advise if things work, I am doing this for the first time.
A hint for the pictures on the website:
All I have seen so far are not proportionally resized, this should be fixed, because it looks bad and unprofessional.

Re: The Secret of Chess

Posted: Tue Aug 01, 2017 7:18 pm
by Rodolfo Leoni
Lyudmil Tsvetkov wrote:Hello everyone.

I wrote a new book, titled 'The Secret of Chess'.

It is available for a modest charge here: http://www.secretofchess.com

I would have offered the book free to everyone on this forum, but, unfortunately, I had to leave my job couple of years ago, to be able to fully concentrate on chess.

So, my only alternative to trying to sell a few copies would be to go taxi-driving. (In Bulgaria, most educated people drive taxis)

More about the book and some excerpts on the above site.

PS. If anyone buys, please advise if things work, I am doing this for the first time.
My best, sincere wishes for this work.

BTW, I'm building an e-book for schoolboys/girls here, for free. No secrets, only basics. :)
I'm trying to make it interactive with excercises. It could be interesting if it works like a GUI for helping with some practice. As you seem skilled enough as a programmer, it could be an idea for you too...

Re: The Secret of Chess

Posted: Tue Aug 01, 2017 7:24 pm
by Lyudmil Tsvetkov
Guenther wrote:
Lyudmil Tsvetkov wrote:Hello everyone.

I wrote a new book, titled 'The Secret of Chess'.

It is available for a modest charge here: http://www.secretofchess.com

I would have offered the book free to everyone on this forum, but, unfortunately, I had to leave my job couple of years ago, to be able to fully concentrate on chess.

So, my only alternative to trying to sell a few copies would be to go taxi-driving. (In Bulgaria, most educated people drive taxis)

More about the book and some excerpts on the above site.

PS. If anyone buys, please advise if things work, I am doing this for the first time.
A hint for the pictures on the website:
All I have seen so far are not proportionally resized, this should be fixed, because it looks bad and unprofessional.
I know, Guenther, I know.

this is the first site I ever build, so I am actually very happy with it. :)

Re: The Secret of Chess

Posted: Tue Aug 01, 2017 7:29 pm
by Lyudmil Tsvetkov
Rodolfo Leoni wrote:
Lyudmil Tsvetkov wrote:Hello everyone.

I wrote a new book, titled 'The Secret of Chess'.

It is available for a modest charge here: http://www.secretofchess.com

I would have offered the book free to everyone on this forum, but, unfortunately, I had to leave my job couple of years ago, to be able to fully concentrate on chess.

So, my only alternative to trying to sell a few copies would be to go taxi-driving. (In Bulgaria, most educated people drive taxis)

More about the book and some excerpts on the above site.

PS. If anyone buys, please advise if things work, I am doing this for the first time.
My best, sincere wishes for this work.

BTW, I'm building an e-book for schoolboys/girls here, for free. No secrets, only basics. :)
I'm trying to make it interactive with excercises. It could be interesting if it works like a GUI for helping with some practice. As you seem skilled enough as a programmer, it could be an idea for you too...
thanks Rodolfo.

I hope you are successful with your project, too.

me, a skilled programmer?

I learned C/C++ basics just over a year ago, so I guess I am the newbiest there is of newbies.

unfortunately(or maybe fortunately, who knows after all), most of my youth I wasted with studying completely different topics and working completely boring jobs.

now it is time for a change, to only fail again. :)

Re: The Secret of Chess

Posted: Tue Aug 01, 2017 7:29 pm
by Guenther
Lyudmil Tsvetkov wrote:
Guenther wrote:
Lyudmil Tsvetkov wrote:Hello everyone.

I wrote a new book, titled 'The Secret of Chess'.

It is available for a modest charge here: http://www.secretofchess.com

I would have offered the book free to everyone on this forum, but, unfortunately, I had to leave my job couple of years ago, to be able to fully concentrate on chess.

So, my only alternative to trying to sell a few copies would be to go taxi-driving. (In Bulgaria, most educated people drive taxis)

More about the book and some excerpts on the above site.

PS. If anyone buys, please advise if things work, I am doing this for the first time.
A hint for the pictures on the website:
All I have seen so far are not proportionally resized, this should be fixed, because it looks bad and unprofessional.
I know, Guenther, I know.

this is the first site I ever build, so I am actually very happy with it. :)
BTW you should also add information about how the book is delivered, if it is a real book and if there is extra charge for delivering.
Or is the 'book' a pdf download and a link will be sent? I really wish you luck with this enterprise.

Re: The Secret of Chess

Posted: Tue Aug 01, 2017 7:38 pm
by Rodolfo Leoni
Lyudmil Tsvetkov wrote:............
me, a skilled programmer?

I learned C/C++ basics just over a year ago, so I guess I am the newbiest there is of newbies.

...........
If I'll be able to complete my (part time) hobby/work with something interesting I can send you the code. Or maybe, if I'll do a "chess e-book write program", I'll send it to you. I don't know when, though. It's not so easy.

Only Visual Basic! I understand nothing of C/C++... :)

Re: The Secret of Chess

Posted: Tue Aug 01, 2017 7:46 pm
by hgm
Rodolfo Leoni wrote:BTW, I'm building an e-book for schoolboys/girls here, for free. No secrets, only basics. :)
I'm trying to make it interactive with excercises. It could be interesting if it works like a GUI for helping with some practice.
I have developed a JavaScript program for implementing a GUI for Chess. (Actually for almost arbitrary chess variants.) It allows you to drag pieces over the board, highlighting their pseudo-legal moves, and can collect them in a game. (e.g. http://hgm.numati.net/variants/elven )

I would also want to use it for hosting solutions to (mate) problems, but I haven't thought of a good way to do that. The solution to a problem is really a tree, not a game. If there is no engine in there that punishes all mistakes that get you mated very quickly, it would be tedious to provide the entire solution tree. I was thinking of a system where, once you asked for the solution, the diagram shows you the key move, and then allows you to play a defensive move before showing the next one, etc. Basically it is like a tree in an opening book.

Re: The Secret of Chess

Posted: Tue Aug 01, 2017 8:19 pm
by cdani
Good luck with it!!

Re: The Secret of Chess

Posted: Tue Aug 01, 2017 8:25 pm
by Lyudmil Tsvetkov
cdani wrote:Good luck with it!!
thanks Daniel.