tic_tac_toe

Crates.iotic_tac_toe
lib.rstic_tac_toe
version0.1.3
sourcesrc
created_at2017-04-07 09:59:31.960301
updated_at2017-04-09 10:53:29.787488
descriptionTicTacToe is a simple Tic Tac Toe game
homepage
repository
max_upload_size
id9906
size863,316
(Swarthon)

documentation

README

TicTacToe

TicTacToe is a simple Tic Tac Toe game written in Rust.

Build Status

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

Commit count: 0

cargo fmt