Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 648 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 648 Bytes

TicTacToe

What is this?

This is a simple implementation of a Tic Tac Toe Game in various language. Simply put, I find that learning a language is best done by building a project within it. It is due to this, that I attempt to write a simple tic-tac-toe game in any new language I attempt to pick up.

Implementations

  • Python Implementation: link
  • Go Implementation: Link
  • Rust Implementation: Link