##Description##
Chess game with game logic written in Ruby (in the lib/assets/chess folder).
###Technologies Used###
Ruby, Ruby on Rails, HTML, CSS, Javascript, jQuery, AJAX, and Pusher
Game logic is written in Ruby. Built on top of rails to use Rails' MVC to deliver views to the browser.
UI built using HTML, CSS, Javascript, jQuery, and AJAX. Board is entirely done with HTML/CSS. Pieces are unicode.
Users can play against one another! Uses pusher to provide realtime updates of the current game board. When the opponent makes a move, the board automatically updates thanks to Pusher.
###Future Features###
Add castling logic.
Also need to hook up win/draw conditions.
Add messaging for everyone in the game room.
Clean up HTML.