Skip to content

CSC3100/Game-TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Game Tic-Tac-Toe

This repository contains a simple Tic-Tac-Toe game implemented in Java. The project demonstrates object-oriented design and applies software engineering principles such as SRP (Single Responsibility Principle), DRY (Don’t Repeat Yourself), and KIS (Keep It Simple).

Key features:

  • Board class to manage game state
  • Player and Engine classes for human and computer moves
  • View class for displaying the game board and interaction with the user
  • Clear JavaDoc comments with @author tags
  • Example of clean, modular code design

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages