TicTacToe ========= TicTacToe is a simple Tic Tac Toe game written in Rust. [![Build Status](https://travis-ci.org/Swarthon/TicTacToe.svg?branch=master)](https://travis-ci.org/Swarthon/TicTacToe) Download -------- 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. Compiling --------- 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. Run --- There are two different ways to run this software. 1. You can run ```cargo run``` in the directory of your download. If you haven't compile the code, it will do it for you. 2. 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. Install ------- (Incoming) Authors ------- Swarthon (swarthon.gokan@gmail.com) License ------- This project is released under the GNU GPLv2 license. For more details please read [LICENSE](LICENSE)