./games/chess-tui, Chess TUI implementation in rust

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.0, Package name: chess-tui-1.5.0, Maintainer: pkgsrc-users

Chess TUI implementation in rust.


Master sites:

Filesize: 3945.494 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-28 09:41:26 by pin | Files touched by this commit (3) | Package updated
Log message:
games/chess-tui: update to 1.5.0

What's Changed

    fix: bot promotion using UCI standard by @thomas-mauran in #97
    fix: material diff when castling by @thomas-mauran in #99
    refactor: move tests by @thomas-mauran in #103
    Docs/create website by @thomas-mauran in #107
    fix: en passant make sure we eat the piece by @thomas-mauran in #109
    docs: getting started, architecture intro and installation guide by \ 
@thomas-mauran in #111
    Mouse click by @theonlytruealex in #85
    Bug fix: Bot move freezes player move by @LucaSain in #84
    refactor: split code by @thomas-mauran in #114
   2024-11-20 22:34:33 by pin | Files touched by this commit (3) | Package updated
Log message:
games/chess-tui: update to 1.4.0

What's Changed

 - fix: threefold repetition by @TomaDumitrescu in #82
 - Feat/turn board by @thomas-mauran in #88
   2024-11-16 21:09:23 by pin | Files touched by this commit (3) | Package updated
Log message:
games/chess-tui: update to 1.3.0

    fix: no need for App::new() as it's same as App::default() by @JeromeSchmied \ 
in #63
    keymap fixes by @JeromeSchmied in #61
    docs: update Arch Linux instructions by @orhun in #66
    Better History System by @nicholasmello in #68
    feat: config file as toml in .config/chess-tui/ by @damien-mathieu1 in #71
    ci: add clippy and fmt to the ci by @thomas-mauran in #73
    improving storage of coordinates by @JeromeSchmied in #75
    fix: various, mostly from cargo clippy -- --warn clippy::pedantic by \ 
@JeromeSchmied in #77
    dependency updates by @JeromeSchmied in #78
    Enable Link-Time Optimization (LTO) and other size-related optimizations by \ 
@zamazan4ik in #80
    feat: material difference by @infernosalex in #86
   2024-03-28 13:04:56 by pin | Files touched by this commit (3) | Package updated
Log message:
games/chess-tui: update to 1.2.1

What's Changed
 - fix: ignore key release and repeat events by @joshka in #59
 - Add ASCII mode and board style by @pSnehanshu in #60
   2024-03-01 19:19:12 by pin | Files touched by this commit (3) | Package updated
Log message:
games/chess-tui: update to 1.2.0

What's Changed

    vim keyboard shortcuts, cargo clippy lints by @JeromeSchmied in #51
    Feat: uci and chess engine connexion by @thomas-mauran in #49
   2023-12-09 11:22:48 by pin | Files touched by this commit (2) | Package updated
Log message:
games/chess-tui: update to 1.1.0

What's Changed
 - fix: line 8 for history by @thomas-mauran in #37
 - Add NetBSD by @0323pin in #39
 - docs: add contributing.md by @thomas-mauran in #40
 - Creates a much smaller final docker image by @jhauris in #41
 - feat: add "escape" event to helper menu by @charley04310 in #43
 - fix: do not allow selecting a chess piece with a not authorized move
   by @charley04310 in #45
 - Add Arch Linux install directions by @Rustmilian in #46
 - feat: home menu + credit + small fixes by @thomas-mauran in #47
   2023-12-06 11:14:02 by pin | Files touched by this commit (5)
Log message:
games/chess-tui: import package

Chess TUI implementation in rust.