Skip to content

leetie/rust-connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Connect-4

Written in Rust to practice syntax

Goals:

  • Function syntax
  • Ownership and borrowing
  • Working with Vectors
  • Iteration
  • Code modularization

Installation

$ git clone [email protected]:leetie/rust-connect4.git
$ cd rust-connect4
$ cargo build --release

To run

$ ./target/release/rust-connect-4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages