2 releases
Uses old Rust 2015
0.1.3 | Apr 9, 2017 |
---|---|
0.1.2 | Apr 7, 2017 |
#1177 in #game
1MB
653 lines
TicTacToe
TicTacToe is a simple Tic Tac Toe game written in Rust.
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.
- 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.
Install
(Incoming)
Authors
Swarthon (swarthon.gokan@gmail.com)
License
This project is released under the GNU GPLv2 license. For more details please read LICENSE
Dependencies
~12MB
~209K SLoC