Skip to content

A Tic Tac Toe console game I made for practice, as a beginner in Rust.

License

Notifications You must be signed in to change notification settings

Demkeys/tictactoe-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

tictactoe-rust

A Tic Tac Toe console game I made for practice, as a beginner in Rust.


To use:

  • Drag tictactoe_game.rs into your project.
  • Add the following code to your main.rs file
mod tictactoe_game;
use tictactoe_game::game_loop;
  • Then you can call game_loop() in your main() function.

About

A Tic Tac Toe console game I made for practice, as a beginner in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages