Tic-Tac-Toe
a simple game made in rust
info
Author: Rosioru Yaris
GitHub Project Link: https://github.com/UPB-FILS-MA/project-yarisrosioru
Description
Tic-Tac-Toe is a fun game for two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. It is a solved game, with a forced draw assuming best play from both players.
Motivation
I was searching for inspiration in other students projects from the last years and I saw mini-games such as Snake or Pong Game. That's when I thought to create a game of Tic-Tac-Toe
Architecture
Log
Week 6 - 12 May
Week 7 - 19 May
Week 20 - 26 May
Hardware
Detail in a few words the hardware used.
Schematics
Place your KiCAD schematics here.
Bill of Materials
Software
Library | Description | Usage |
---|---|---|
SSD1306 | Display driver |
| TODO |