CarlosMendonca / ReversiRust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text-based Reversi written in Rust

This project has nix support with the help of cargo2nix. To get started, type the following to set up the environment (nix flakes must be enabled):

$ nix develop

Other commands:

$ nix build .#reversi-rust
$ nix run .#reversi-rust

Or, using Rust's own tools:

$ cargo test
$ cargo run

About

License:GNU General Public License v2.0


Languages

Language:Rust 83.6%Language:Nix 16.4%