Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreadpon/odin-ruby-chess
https://github.com/dreadpon/odin-ruby-chess
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dreadpon/odin-ruby-chess
- Owner: dreadpon
- Created: 2022-10-18T17:23:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T17:23:25.000Z (about 2 years ago)
- Last Synced: 2024-11-03T20:42:37.564Z (2 months ago)
- Language: Ruby
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A chess game made with Ruby
Made for https://www.theodinproject.com/lessons/ruby-ruby-final-project
Must be launched using command line from the root project folder with
`ruby ./lib/main.rb`Supports 2 players, no AI.
To get a list of available commands, use "help" command after the initial prompt.
Made by Dreadpon.