Just a demo project I made for fun. Using Ruby, creates a GUI with a chessboard and pieces. The board tracks whose turn it is, and how pieces can move and capture.
- Install Ruby
- Install Ruby gems
- Install bundler
gem install bundler - Run
bundle install - Run the program by calling
ruby lib/main.rb