AlinaNgr / FinalProjectTicTacToe

0 stars 0 forks source link

Added Board Class and Unit Tests #5

Closed alina-idk closed 1 week ago

alina-idk commented 1 week ago

Summary

This pull request introduces the Board class, which serves as the core component for the Tic-Tac-Toe game, along with unit tests to ensure its functionality.

Changes Made

Purpose

The addition of the Board class provides the foundational structure for the game, while the unit tests help guarantee the correctness of its functionality.

References:

This pull request resolves issue #1.

Additional Notes

Please review the implementation and the associated tests. Suggestions for improvements are welcome!