Chess

v0.4.3

  • Pages
  • Modules

    Chess v0.4.3 Chess View Source

    Main module for Chess

    Contains global variables and access functions

    Link to this section Summary

    Functions

    black_pions()
    black_pions_moves()
    diagonals()
    indexes()
    knights()
    linears()
    new_game()
    new_game(current_fen)
    play(game, move)
    play(game, move, promotion)
    white_pions()
    white_pions_moves()
    x_fields()
    y_fields()

    Link to this section Functions

    Link to this function black_pions() View Source
    Link to this function black_pions_moves() View Source
    Link to this function diagonals() View Source
    Link to this function indexes() View Source
    Link to this function knights() View Source
    Link to this function linears() View Source
    Link to this function new_game() View Source
    Link to this function new_game(current_fen) View Source
    Link to this function play(game, move) View Source
    Link to this function play(game, move, promotion) View Source
    Link to this function white_pions() View Source
    Link to this function white_pions_moves() View Source
    Link to this function x_fields() View Source
    Link to this function y_fields() View Source

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer.