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.
- You can run
cargo run
in the directory of your download. If you haven't compile the code, it will do it for you. - You can go into the target directory and either go into debug or release. Then you will find an executable named TicTacToe, which you can run either with the terminal (or cmd on Windows) or with you file manager.
(Incoming)
Swarthon (swarthon.gokan@gmail.com)
This project is released under the GNU GPLv2 license. For more details please read LICENSE