Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 476 Bytes

Tic Tac Toe Rust

A very simple tic tac toe app, written in rust using Azul

Screenshots

screenshot of program winning

screenshot of a draw match

The program does not check to win/draw in all cases, and can lose. A major weakness is

Spoiler alert It does not check if either player can win by placing their counter between two other counters.