A short description of your project goes here. Following the TOP (The Odin Project) course and developing a command line Chess game where two players can play against each other.
- Clone the repository:
git clone https://github.com/otherdcn/top-ruby-chess.git- Install dependencies:
bundle installUse the following command to run the application:
ruby main.rbIf you feel the need to try it out and perhaps contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name. - Make your changes.
- Push your branch:
git push origin feature-name. - Create a pull request.
This project is licensed under the MIT License.