Skip to content

kyleboureston/connect_four

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Connect Four

This is the first Ruby project made with TDD from The Odin Project's Full Stack Ruby on Rails curriculum

Project objectives

Using TDD, build a command line Connect Four game where two human players can play against each other.

Motivation for this project

This is an excellent opportunity to put my newly learned knowledge of TDD and RSpec to the test. Due to no prior TDD experience, and having just learned RSpec, this project will be very challenging.

Technologies used

ruby rspec

Overview of the game

  1. To begin, the board and the instructions for making moves are displayed

Overview of the tests

Challenges faced while building the game

1.

2.

Challenges faced while writing the tests

Room for improvement

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%