Project Details
I built a command line chess game by following these instructions from The Odin Project, an open source coding curriculum. You can play it live by clicking this link, clicking the green 'run' button at the top of the screen, and then interacting with the terminal at the bottom of the screen. There was a problem with onlinelinegdb.com displaying the chess symbols correctly, so I had to use letters instead of piece symbols in the live version.
A video demonstration of the game can be seen here.
You can see my public Github repository of the game here.
Skills Demonstrated
- Ruby
- File I/O for saving and loading games
- Test Driven Development (TDD) with RSpec, the Ruby testing framework
- Object-Oriented Programming
- Version control with Git