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
- Host: GitHub
- URL: https://github.com/thetechnocrat-dev/terminal-chess-game
- Owner: thetechnocrat-dev
- Created: 2016-01-12T01:58:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T23:16:16.000Z (about 9 years ago)
- Last Synced: 2025-02-15T07:31:13.022Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 922 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
Future features that are not yet implemented:
* pawn promotion
* castling
* en passant
* computer AI