Code Monkey home page Code Monkey logo

chess-games-extractor's Introduction

Chess Games Extractor

Extracts chess games to a file.

The main goal is presenting an easy way to test your chess algorithm, for any special cases, by sending thousands of games to you for you to use as you please (but specially testing your chess algorithm).

All games are taken from Chess.com by using the official Chess.com API.

Instructions

Just run the .jar with the argument being how many games you want to obtain, and the .txt with all the games will appear in the location the .jar was executed.

Why

I myself (plus my group) made a chess game/algorithm as a project for college, more specifically for the subject of "Software Development Techniques", where testing was an important part of the goals of that subject. Unit tests where a thing we used a lot, of course, and every software developer should use them to assure a good functioning of each part of the code.

However, since I'm a perfectionist, I wasn't too fond of only testing my chess algorithm though unit tests, as a lot of specific cases still might not be tested for. And chess has the possibility of basically infinite different games. The solution was implementing this exact code, were data from Chess.com API is retrieved, and then creating a simple function to play the moves in order. This is the chess project in question (Still not available)

chess-games-extractor's People

Contributors

nyckoka avatar

Watchers

 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.