Skip to content

sts10/rusty-tac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Tac

I'm writing a command line tic-tac-toe game as I try to learn Rust! It seems to work OK as of this writing, but wow, this was hard

Some Notes on My Plan

To check for a winner, I'm using a second array called sums that adds up each of the possible wins in the game of tic-tac-toe. (Fun fact: I used this idea (and drew the sketch below) back in 2013 as part of my admission test to The Flatiron School.)

sums explained

About My Process

Woof, just writing Rust that compiles is hard.

Here is a long blog post I wrote about making this little game

Resources consulted

My IRC chat

About

A command line tic-tac-toe game in Rust

Topics

Resources

License

Stars

Watchers

Forks

Languages