Chess program

User contributed sources that have become inactive, deprecated, or generally unusable. But ... we don't really want to throw them away either.
badmrbox
Posts: 664
Joined: Oct 27, 2005 14:40
Location: Sweden
Contact:

Post by badmrbox »

If it means that we get a good chess program coded in FB then take your time I say.
acetoline
Posts: 228
Joined: Oct 27, 2006 6:50
Contact:

Post by acetoline »

This is looking great, people.

Probably one of the best fb progs I have seen in a while. Rock on.
fabrizio
Posts: 73
Joined: Sep 29, 2006 13:39
Location: Roma, Italy

Post by fabrizio »

Hi, everybody. Thanks so much for your support!
Presently I'm just popping in and out of the forum and basically not coding... :( But I see the end of the tunnel, so to speak, and I'll be back to the project :)
Dr_D
Posts: 2451
Joined: May 27, 2005 4:59
Contact:

Post by Dr_D »

So, is this project abandoned? :(
Antoni
Posts: 1393
Joined: May 27, 2005 15:40
Location: Barcelona, Spain

Post by Antoni »

Don't know but all links were to FileAnchor, so they are all dead...
Dr_D
Posts: 2451
Joined: May 27, 2005 4:59
Contact:

Post by Dr_D »

Well, here's the link to the last thing I made. I was going through some stuff on file-pasta and found the source for what I made. I was just curious if the game is totally abandoned?

http://file-pasta.com/d/392.rar
fabrizio
Posts: 73
Joined: Sep 29, 2006 13:39
Location: Roma, Italy

Post by fabrizio »

Hi.

I'm sorry but I haven't been coding on this project since my last post here above (last year).

Dr_D, I owe many excuses to you in particular, because you contributed great great code and supported me much.

My problem was:
* your code was too difficult for me; as you can see from my listing - if you still have a copy - I use very basic and straightforward coding structures (ie. no pointers, no classes, nothing advanced, just functions and a variable of type function)
* I was not able (and still I haven't learned) to use Open GL or any other graphic library (in fact I like FreeBasic as a progr. language because it has an internal GL, so you can put things on screen without having to learn anything else, i never got on with C for this reason). Of course you can do great things in 3d only by using GL's.

Both these reasons are beside the point, they have to do with me being lazy. My real technical problem at the time was that the flow of my program went back and forth from graphic functions beacuse it had to check if the move proposed by the player was valid or not. Basically I didn't know how to go back and forth from Open GL.

Plus of course the AI was dumb and buggy and needed a lot of care, but only after the graphic routines were ok.

At the end I got stuck in my problems and ceased coding altogether.

(Then I started again onto another thing - which is a i8080 simulator/cross assebler, like a playground for coding in 8 bit assembler, which I'm currently testing and will post in a some days).

Of course the code for both programs is property of the FreeBasic community and I will post it again if you are interested, or maybe put it in some web repository of routines for others to see (instead of file anchor) if you think it may be useful.

Just tell me what you prefer.
bankuss
Posts: 21
Joined: Apr 05, 2006 10:14
Location: Russia

Post by bankuss »

Hi
my chess engine written in freebasic: ALChess 1.5b

this test version, elo ~1800

support UCI protocol.
Sisophon2001
Posts: 1706
Joined: May 27, 2005 6:34
Location: Cambodia, Thailand, Lao, Ireland etc.
Contact:

Post by Sisophon2001 »

bankuss wrote:Hi
my chess engine written in freebasic: ALChess 1.5b

this test version, elo ~1800

support UCI protocol.
Congratulations. I did not try it out, but I saw the rating.

Garvan
Antoni
Posts: 1393
Joined: May 27, 2005 15:40
Location: Barcelona, Spain

Post by Antoni »

Fabrizio:
I would like to see your code.
fabrizio
Posts: 73
Joined: Sep 29, 2006 13:39
Location: Roma, Italy

Post by fabrizio »

Antoni

just seen your post. Don't have the code with me. Will come back to you in a few hours with the code (I will do another file anchor thing).
Thanx for interest in an ELO 115 code ... :)
Bye for now.
fabrizio
Posts: 73
Joined: Sep 29, 2006 13:39
Location: Roma, Italy

Post by fabrizio »

This is my code:

http://file-pasta.com/d/2192.zip

There is some problem with the data statement, now; but it works fine with 0.15b.

Regards,
fabrizio
Jos'b
Posts: 17
Joined: Apr 25, 2007 17:53

Post by Jos'b »

Hello,

I would like to see the chess program. The link is wrong.
where is it?

Thanks a lot
Roland Chastain
Posts: 1003
Joined: Nov 24, 2011 19:49
Location: France
Contact:

FreeBASIC Chess programming

Post by Roland Chastain »

Hello gentlemen !

Here is my chess program, ESCHECS 0.1 :

http://www.freebasic-portal.de/download ... s-210.html

The code is included.

The english readme is coming !
Roland Chastain
Posts: 1003
Joined: Nov 24, 2011 19:49
Location: France
Contact:

ESCHECS 0.1 screenshot

Post by Roland Chastain »

Image
Post Reply