Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe — Final Programming Project

Final project for the Programming course at Universidad Carlos III de Madrid (Robotics Engineering, 1st year).

UC3M · Robotics Engineering · 2022/23


Description

Console-based Tic-Tac-Toe game in C++ with game session management and statistics. Supports up to 3 simultaneous game slots.

Features:

  • Play, pause (ESC), restart and delete game sessions
  • Point-based winner resolution on stalemate (strategic scoring system)
  • Game statistics: played, ended, stopped, won by tic-tac-toe, won by points

Menu options:

  1. Play game
  2. Restart game
  3. Delete game
  4. Statistics
  5. End program

Build & Run

g++ -o tictactoe DEL_4.cpp
./tictactoe

Authors

Jorge Serrano Navas
UC3M · 2022/23

About

Trabajo final de la asignatura Programación en C. Juego del tres en raya

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages