GithubHelp home page GithubHelp logo

backspace / chess Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lrozenblyum/chess

0.0 2.0 0.0 2.25 MB

java chess (Winboard-powered, TDD-developed)

License: Other

Batchfile 0.73% Java 99.27%

chess's Introduction

Goal

The chess software that is developed for fun.

Creator

Initial creator is Leonid Rozenblyum (the last name could also be spelled as Rozenblium according to Ukrainian transliteration rules)

Milestone

Main goals for version1 are:

  • support Chess Engine Communication Protocol (http://home.hccnet.nl/h.g.muller/engine-intf.html) This protocol is one of de facto standards in communicating between a chess GUI and an engine. The well-known GUI implementations are XBoard/Winboard.
  • know about all chess rules (including ambiguities with the 3'd position repetition and insufficient material)
  • be able to choose at least random 'correct according to rules' move.

How to run

  • Git clone
  • Set up Winboard
  • Modify variables.bat:
  • Set up correct WINBOARD_INSTALLATION_PATH
  • Set up correct JAVA_PATH
  1. Default (recommended) way

  2. mvn clean package -Dproject.deployDirectory="path to set up" (-DskipTests=true if you feel brave; avoid clean phase if your IDE has already compiled the code)

  3. runEngine.bat

  4. New way (requires M3_HOME variable set up)

  5. runEngineDev.bat

Continuous Integration

Public continuous integration is accessible via https://travis-ci.org/lrozenblyum/chess/builds

Current status of master branch: Build Status

License

The license is described in LICENSE file. Please read it carefully before forking the repository.

chess's People

Contributors

backspace avatar fluxroot avatar lrozenblyum avatar lrozenblyum-yukon avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.