nixpulvis / take5

Take 5! (the card game)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Rust implementation of Take 5!

Written for CS4500 at Northeastern University (circa 2015).

Playing Locally

In addition to the game library in src/ this project comes with both a simple AI and a STDPlayer implementation used in take5-cli.

cargo run -p take5-cli -- --help

Tests

cargo test --all

About

Take 5! (the card game)


Languages

Language:Rust 100.0%