Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 307 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 307 Bytes

Tic Tac Toe

Description

Simple tic tac toe game built using SwiftUI.

Details

  • GameContentView: the intial and containing view for displaying the game. Subviews include gameboard tiles, current player's turn, a reset game button, and a game end description (either the winning player or a tie).