Skip to content

XAJX179/Connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Ruby Test

Table of contents

🫣 Peek

peek

peek gif

Connect Four

On a 6x7 grid, 2 players take turns and drops colored tokens, the tokens fall straight down, taking the lowest available space within column. The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own tokens.

Documentation

Documentation made for learning github actions to build and deploy docs automatically , so not actual full documentation of code.

📦 Structure

.
├── lib
│   ├── connect_four
│   │   ├── board.rb
│   │   ├── data_structure
│   │   │   ├── linked_list.rb
│   │   │   └── node.rb
│   │   ├── display.rb
│   │   ├── game.rb
│   │   └── player.rb
│   └── connect_four.rb
├── main.rb // just a file to run my game
├── README.md
└── spec //tests
    ├── connect_four
    │   ├── board_spec.rb
    │   ├── game_spec.rb
    │   └── player_spec.rb
    ├── connect_four_spec.rb
    └── spec_helper.rb
├── Gemfile
├── Gemfile.lock

About

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages