Dot32IsCool / comand-line-connect-4

Connect 4, written in Rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect 4 [command line interface game]

Connect 4, written in Rust!

ezgif-7-fea2d0dc8e

Download and play

!! Untested on windows
It is written in Rust, so make sure it is installed. Afterwhich, simply run the following commands:

git clone https://github.com/Dot32IsCool/comand-line-connect-4.git
cd comand-line-connect-4
cargo run --release

Alternatively you can download the project source code as a .zip, extract the files, cd into the extracted folder and execute cargo run --release from there.

When you wish to exit the game, press ctrl+c. Starting the game again is as simple as running cargo run --release again 👍

Screen Shot 2022-01-02 at 16 21 16

About

Connect 4, written in Rust!

License:MIT License


Languages

Language:Rust 100.0%