Crates.io | tic_tac_toe |
lib.rs | tic_tac_toe |
version | 0.1.3 |
source | src |
created_at | 2017-04-07 09:59:31.960301 |
updated_at | 2017-04-09 10:53:29.787488 |
description | TicTacToe is a simple Tic Tac Toe game |
homepage | |
repository | |
max_upload_size | |
id | 9906 |
size | 863,316 |
TicTacToe is a simple Tic Tac Toe game written in Rust.
To download this project, you will need Git, which you can download through you package manager (on Linux) or your internet Browser (other explotation sytems). Then run in the terminal (cmd for Windows users) :
git clone http://github.com/Swarthon/TicTacToe
Warning : the git command will download the sources in the TicTacToe directory.
To compile this project, you will need the Rust compiler and the Cargo command which can be find here https://www.rust-lang.org/. Make sure you have previously downloaded the sources and that you are in the location of your download. Then run in the terminal (cmd for Windows users) :
cargo build
See Run section for the next step.
There are two different ways to run this software.
cargo run
in the directory of your download. If you haven't compile the code, it will do it for you.(Incoming)
Swarthon (swarthon.gokan@gmail.com)
This project is released under the GNU GPLv2 license. For more details please read LICENSE