https://github.com/01zulfi/connect_four
C4 implemented in Ruby, and TDD'd with RSPec
https://github.com/01zulfi/connect_four
connect-four rspec ruby
Last synced: 3 months ago
JSON representation
C4 implemented in Ruby, and TDD'd with RSPec
- Host: GitHub
- URL: https://github.com/01zulfi/connect_four
- Owner: 01zulfi
- Created: 2022-08-29T12:47:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T12:58:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T08:26:05.294Z (over 1 year ago)
- Topics: connect-four, rspec, ruby
- Language: Ruby
- Homepage: https://replit.com/@01zulfi/connectfour
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect Four
Implemented in Ruby and TDD'd with RSpec
[Replit link](https://replit.com/@01zulfi/connectfour)
**Play:**
```
ruby lib/main.rb
```