Giter Club home page Giter Club logo

fischer-random-chess-generator's Introduction

Fischer-Random-Chess-Generator

Goal

The aim of this project is to build a generator which creates the starting positions of the pieces for the fischer random chess game variation. The starting positions are randomly generated. In total there are 960 unique possible starting positions. The starting positions are determined using the method proposed by Ingo Althöfer in 1998 to roll the opening position with only one dice. Check the following link to get more detailed information regarding to the "Fischer random chess": https://en.wikipedia.org/wiki/Fischer_random_chess.

Approach

The implementation shall be done in C++.

In the first step a generator shall be implemented which outputs a 2D-Array representing the randomly generated starting positions of the chess board.

In the next iteration an attractive graphical representation of the computed positions shall be established.

Running the Code

Requirements:

As soon as the required setup is ready the code can be compiled and the Fischer-Random-Chess-Generator is generated. To apply this, only the resulting binary file "FischerGen" needs to be executed. To compile and execute the final binary, perform the following steps starting from the project top directory:

  1. mkdir build && cd build
  2. cmake ..
  3. make
  4. ./FischerGen

fischer-random-chess-generator's People

Contributors

fabian-mue avatar mahallon avatar fo-co-ro avatar

Watchers

 avatar

Forkers

fo-co-ro

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.