Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 416 Bytes

File metadata and controls

14 lines (11 loc) · 416 Bytes

Tic-tac-toe game

Java homework

What is this game?

  • It is game tic-tac-toe, interaction using console input
  • It has ability playing on two different boards: rectangle and HEX fields
  • It is single player game
  • It has ability add several player. For example: one user and other bots

Использование ООП в этой игре?

  • Polymorphism
  • Inheritance
  • Encapsulation