enes-ekrem-ergunesh / pl-connect4-13

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect Four

Connect Four is a two-player connection board game, in which the players choose a color and then take turns dropping colored tokens into a vertically suspended grid. Whichever player manages to connect 4 tokens of the same color horizontally, vertically or diagonally wins the game.

The project was done as part of the IT 305 Programming Languages course at International Burch University, and implemented in the Rust programming language.

Team members

Running the project

To run the project, you will first need to install Rust. You can find detailed instructions on this link.

After installing Rust, follow these steps to run the game:

git clone https://github.com/enesekremergunesh-stu/pl-connect4-13.git
cd pl-connect4-13
cargo run

About


Languages

Language:Rust 100.0%