NetLogo banner

Home
Download
Help
Resources
Extensions
FAQ
NetLogo Publications
Contact Us
Donate

Models:
Library
Community
Modeling Commons

Beginners Interactive NetLogo Dictionary (BIND)
NetLogo Dictionary

User Manuals:
Web
Printable
Chinese
Czech
Farsi / Persian
Japanese
Spanish

  Donate

NetLogo User Community Models

(back to the NetLogo User Community Models)

[screen shot]

Download
If clicking does not initiate a download, try right clicking or control clicking and choosing "Save" or "Download".(The run link is disabled for this model because it was made in a version prior to NetLogo 6.0, which NetLogo Web requires.)

WHAT IS IT?

A simple chess program. Not fully playble and many bugs but works as proof of concept.

HOW IT WORKS

There are procedures that generate the possible moves for each piece and then each move is scored according to several criteria. Every possible move and its associated score are compiled into a list. The move with the highest score is the one played.

HOW TO USE IT

Do you know how to play chess?

THINGS TO NOTICE

The computer is only tactical with no strategy whatsoever. Check is not enforced or played properly.

THINGS TO TRY

Rewrite the code and make it better.

CREDITS AND REFERENCES

The program was written solely by Corey Haddad. I consulted nothing in the creation of the program. My goal was not to write a great chess program with lots of help but to see if I could write any type of chess program with no help, NetLogo documentation not withstanding.

(back to the NetLogo User Community Models)