Skip to content

panther99/rox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROX

This is Tic Tac Toe game written in Rust as learning project. Code will be improved in future.

Building

git clone https://github.com/panther99/rox.git
cd rox
cargo build

Running

cargo run

To do

  • Write more modular code ✓
  • Use mapping instead of checking all fields in full_table function ✓
  • Allow replays ✓
  • Playing against computer (unoptimized) ✓
  • AI (maybe)

About

Tic Tac Toe in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages