Skip to content

Full chess implementation in Ruby using strict OOP principles.

Notifications You must be signed in to change notification settings

leviadler/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

A chess game - in your terminal

This Ruby implementation of Chess is built using object-oriented principles. All of the functionality of the game is split into logical classes. For example, pieces are split into classes of how they move (either sliding or stepping) that they each inherit from.

To run:

gem install colorize
ruby game.rb

ScreenShot

About

Full chess implementation in Ruby using strict OOP principles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages