An open API service indexing awesome lists of open source software.

https://github.com/thetechnocrat-dev/terminal-chess-game

terminal chess game
https://github.com/thetechnocrat-dev/terminal-chess-game

Last synced: about 2 months ago
JSON representation

terminal chess game

Awesome Lists containing this project

README

        

# Terminal Chess App

Terminal chess game built using ruby that enforces valid moves (including check and checkmate logic) and highlights possible moves of selected piece.

Directions to get game started:
1. open terminal
2. download repository and navigate to directory
3. in the terminal type: ruby play_game.rb

![Demo](http://cdn.makeagif.com/media/3-23-2016/JweG1T.gif)

Future features that are not yet implemented:
* pawn promotion
* castling
* en passant
* computer AI