Skip to content

CLI based chess game developed in Ruby using OOP principles and design patterns

License

Notifications You must be signed in to change notification settings

AyaAhmed01/chess-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

chess-game

A simple 2 human player, CLI based chess game that implements basic OOP concepts in Ruby.

UML Diagram

diagram

How To Play

bundle install # install dependencies
ruby game.rb

Further work

  • Support en passant, castling, pawn promotion and draws.
  • Enable computer player with AI using minimax algorithm and alpha-beta pruning

About

CLI based chess game developed in Ruby using OOP principles and design patterns

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages