Skip to content

zabrahams/chess

Repository files navigation

Chess

A chess game for command line terminals.

Chess implements all of the standard rules including:

  • castling
  • en Passant
  • stalemate
  • draw by threefold repetition
  • fifty-move rule

Installation

If you have git installed clone this repo with the following:

git clone https://github.com/zachabrahams/chess.git

Install the game's dependency on colorize:

bundle install

To play the game run:

ruby chess.rb

About

Amazing command line chess!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages