Skip to content

Chess built in Ruby. Features visual console UI, WASD controls, castling, pawn promotion, and en passant

Notifications You must be signed in to change notification settings

B-Reif/ruby_chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby_chess

To run, do:

ruby chess_game.rb

Features:

  • AI opponent
  • Visual UI
  • Keyboard controls
  • Castling
  • Pawn promotion
  • En passant

Structures include:

  • Piece class inheritance
  • Extendable piece-movement modules like Slideable and Steppable
  • Polymorphic player classes for human and AI players

About

Chess built in Ruby. Features visual console UI, WASD controls, castling, pawn promotion, and en passant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages